Skip to content

Commit b7939f8

Browse files
committed
fix:backport checkbox fix
1 parent 97e0103 commit b7939f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/forms/_control-item.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
}
6363
}
6464

65-
%control-item-border {
65+
%control-item-divider {
66+
padding-bottom: subtract($ouds-control-item-space-inset, 1px);
6667
border-bottom: 1px solid $ouds-color-border-default; // TODO: Introduce design token once created
6768
}
6869

0 commit comments

Comments
 (0)