MDL-72563 theme_boost: rubric area style fix

This commit is contained in:
Kepa Urzelai
2022-11-16 15:42:32 +01:00
parent e45f7f691a
commit eae00ca006
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -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 {
+3 -1
View File
@@ -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; }
+3 -1
View File
@@ -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; }