Skip to content

Commit 4085d02

Browse files
committed
clean up border radius
1 parent 2efd951 commit 4085d02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/css/modules/label.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
font-size: var(--font-size-label);
1414
font-weight: var(--font-weight-medium);
1515
border: 0 solid transparent;
16-
border-radius: 0.28571429rem;
16+
border-radius: var(--border-radius);
1717
white-space: nowrap;
1818
overflow: hidden;
1919
text-overflow: ellipsis;
@@ -331,7 +331,6 @@ If the labels-list itself needs some layouts, use extra classes or "tw" helpers.
331331

332332
.ui.label.scope-middle {
333333
border-radius: 0;
334-
margin-left: 0;
335334
}
336335

337336
.ui.label.scope-right {

0 commit comments

Comments
 (0)