mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
|
.oo-ui-labelIconWidget {
|
||
|
display: table;
|
||
|
}
|
||
|
|
||
|
.oo-ui-labelIconWidget-row {
|
||
|
display: table-row;
|
||
|
|
||
|
.oo-ui-iconElement-icon,
|
||
|
.oo-ui-labelElement-label {
|
||
|
display: table-cell;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|