MDL-72563 theme_boost: rubric area style fix
This commit is contained in:
@@ -1395,6 +1395,8 @@ $popout-header-height: 4rem;
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
height: calc(100% - 4rem);
|
||||
}
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
|
||||
|
||||
@@ -18862,7 +18862,9 @@ img.userpicture {
|
||||
margin: 0; }
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
height: calc(100% - 4rem); }
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
|
||||
width: auto; }
|
||||
|
||||
@@ -18862,7 +18862,9 @@ img.userpicture {
|
||||
margin: 0; }
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
height: calc(100% - 4rem); }
|
||||
|
||||
.path-mod-assign [data-region="grade-panel"] .mform .fitem .felement {
|
||||
width: auto; }
|
||||
|
||||
Reference in New Issue
Block a user