We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7a351 commit f25778cCopy full SHA for f25778c
web_src/less/_repository.less
@@ -2825,15 +2825,14 @@
2825
2826
.labels-list .label {
2827
margin: 2px 0;
2828
- display: inline-block !important;
+ display: inline-flex !important;
2829
line-height: 1.3em; // there is a `font-size: 1.25em` for inside emoji, so here the line-height needs to be larger slightly
2830
}
2831
2832
-// Scoped labels with different colors on left and right, and slanted divider in the middle
+// Scoped labels with different colors on left and right
2833
.scope-parent {
2834
background: none !important;
2835
padding: 0 !important;
2836
- white-space: nowrap; // Don't break left and right part across lines
2837
2838
2839
.ui.label.scope-left {
0 commit comments