mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Make vector-2022 mw-indicators flex-wrap"
This commit is contained in:
commit
f336efd555
|
@ -3,6 +3,9 @@
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
|
display: flex;
|
||||||
|
column-gap: 8px;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-indicator {
|
.mw-indicator {
|
||||||
|
|
Loading…
Reference in a new issue