mediawiki-extensions-Echo/modules/styles/LabelIconWidget.less

14 lines
205 B
Plaintext
Raw Normal View History

.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;
}
}