feat: ORA visual improvements

This commit is contained in:
Stanislav Lunyachek
2025-03-31 17:01:40 +03:00
committed by Emad Rad
parent d03e7c40d8
commit ad0e2af8c8

View File

@@ -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;
}
}
}