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 3d58f7f commit 30a40f0Copy full SHA for 30a40f0
src/definitions/elements/label.less
@@ -184,6 +184,7 @@ a.ui.label {
184
Types
185
*******************************/
186
& when (@variationLabelImage) {
187
+ .ui.image.labels .label,
188
.ui.image.label {
189
width: auto;
190
margin-top: 0;
@@ -199,6 +200,10 @@ a.ui.label {
199
200
padding: @imageLabelPadding;
201
}
202
203
+ .ui.labels .image.label,
204
+ .ui.image.labels .label {
205
+ margin-bottom: @groupVerticalMargin;
206
+ }
207
208
.ui.image.label img {
209
display: inline-block;
0 commit comments