We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03e7c4 commit ad0e2afCopy full SHA for ad0e2af
src/containers/Rubric/Rubric.scss
@@ -19,15 +19,19 @@
19
}
20
21
.criteria-option {
22
+ display: flex;
23
width: 100%;
24
> div {
- display: inline;
25
26
+ align-items: flex-start;
27
+ justify-content: space-between;
28
29
.pgn__form-label {
30
display: inline-flex;
31
+ padding-right: 10px;
32
33
.pgn__form-control-description {
- float: right;
34
+ white-space: nowrap;
35
36
37
@@ -42,6 +46,10 @@
42
46
.help-popover-option {
43
47
margin-bottom: map-get($spacers, 1);
44
48
49
+ .popover-body {
50
+ max-height: 100vh;
51
+ overflow-y: auto !important;
52
+ }
45
53
54
55
@@ -80,4 +88,4 @@
80
88
.grading-rubric-card {
81
89
margin-left: 0 !important;
82
90
83
-}
91
+}
0 commit comments