Files
mediawiki-extensions-Univer…/resources/css/ext.uls-vector.less
Volker E 31a8422a0c Follow core base font-size in Vector
Following core base font-size of `0.875em` in Vector to align with
other elements on the page.

Bug: T175295
Change-Id: Id9c8652820641d6fa1c6b1dd06247967ba649f25
2017-09-07 18:48:01 -07:00

4 lines
100 B
Plaintext

.uls-menu {
font-size: 0.875em; // not inherited from `.mw-body-content`, as we insert at `body`
}