Skip to content

Commit ad0e2af

Browse files
LunyachekCodeWithEmad
authored andcommitted
feat: ORA visual improvements
1 parent d03e7c4 commit ad0e2af

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/containers/Rubric/Rubric.scss

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@
1919
}
2020
}
2121
.criteria-option {
22+
display: flex;
2223
width: 100%;
2324
> div {
24-
display: inline;
25+
display: flex;
26+
align-items: flex-start;
27+
justify-content: space-between;
2528
width: 100%;
2629
.pgn__form-label {
2730
display: inline-flex;
31+
padding-right: 10px;
2832
}
2933
.pgn__form-control-description {
30-
float: right;
34+
white-space: nowrap;
3135
}
3236
}
3337
}
@@ -42,6 +46,10 @@
4246
.help-popover-option {
4347
margin-bottom: map-get($spacers, 1);
4448
}
49+
.popover-body {
50+
max-height: 100vh;
51+
overflow-y: auto !important;
52+
}
4553
}
4654

4755

@@ -80,4 +88,4 @@
8088
.grading-rubric-card {
8189
margin-left: 0 !important;
8290
}
83-
}
91+
}

0 commit comments

Comments
 (0)