Merge "CalendarWidget: Fix left arrow position in header"
This commit is contained in:
commit
10cecf294c
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
|||
line-height: 2.5;
|
||||
}
|
||||
|
||||
.mw-widget-calendarWidget-header .oo-ui-buttonWidget {
|
||||
// Overwrite OOUI's `.oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child`
|
||||
.mw-widget-calendarWidget-header .oo-ui-buttonWidget.oo-ui-iconElement {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue