Skip to content

Commit add0b63

Browse files
committed
Re-fit header menu on smaller devices
1 parent 5feae16 commit add0b63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web_src/less/_organization.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
white-space: nowrap;
111111
margin-top: 13px;
112112
margin-bottom: 13px;
113+
114+
@media @mediaSm {
115+
min-height: 0;
116+
117+
.item {
118+
padding: 9px;
119+
}
120+
}
113121
}
114122
}
115123

0 commit comments

Comments
 (0)