mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-01 02:37:05 +00:00
73f53882d5
Using an 8px gap by default. 8px is used a few times in vector-2022. Wrapping is useful for userpages with a lot of indicators. Bug: T340810 Change-Id: I75b59c633a6ff7a8bfdc624e6e5ba06f35fb6aee
14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
.mw-indicators {
|
|
font-size: @font-size-base;
|
|
line-height: @line-height-base;
|
|
position: relative;
|
|
float: right;
|
|
display: flex;
|
|
column-gap: 8px;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.mw-indicator {
|
|
display: inline-block;
|
|
}
|