Restore correct height of "Advanced" button

Looks like something changed in OOUI?

Change-Id: I383329a36212b1ab66eb563175ad14fa1965b7e4
This commit is contained in:
Bartosz Dziewoński 2020-12-15 15:55:59 +01:00
parent 646b9622b1
commit 95f8a4a8db

View file

@ -162,6 +162,10 @@
.oo-ui-indicatorElement-indicator {
min-width: auto;
}
.oo-ui-buttonElement-button {
min-height: auto;
}
}
&-checkboxes {