feat: ORA visual improvements
This commit is contained in:
committed by
Emad Rad
parent
d03e7c40d8
commit
ad0e2af8c8
@@ -19,15 +19,19 @@
|
||||
}
|
||||
}
|
||||
.criteria-option {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
> div {
|
||||
display: inline;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
.pgn__form-label {
|
||||
display: inline-flex;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.pgn__form-control-description {
|
||||
float: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,6 +46,10 @@
|
||||
.help-popover-option {
|
||||
margin-bottom: map-get($spacers, 1);
|
||||
}
|
||||
.popover-body {
|
||||
max-height: 100vh;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -80,4 +88,4 @@
|
||||
.grading-rubric-card {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user