mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-03 11:46:43 +00:00
25f4bc2a37
Bug: T367899 Change-Id: I6ec44a10a7bfeb6b03912ca6d5a23eaed046db08
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
.mw-indicators {
|
|
font-size: @font-size-small;
|
|
line-height: @line-height-base;
|
|
position: relative;
|
|
float: right;
|
|
display: flex;
|
|
column-gap: 8px;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.mw-indicator {
|
|
display: inline-block;
|
|
}
|