Skip to content

Commit

Permalink
fix(checkbox): update style (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim authored Jan 1, 2023
1 parent b2bbf85 commit 0a02eeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/checkbox/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@

.@{checkbox} {
display: inline-flex;
vertical-align: middle;
position: relative;
flex-direction: row;
font-size: @checkbox-font-size;
position: relative;
background: @checkbox-bg-color;

&:focus {
outline: 0;
}
Expand All @@ -39,6 +39,7 @@
&--right {
flex-direction: row-reverse;
}

.limit-title-row {
display: -webkit-box;
-webkit-box-orient: vertical;
Expand Down

0 comments on commit 0a02eeb

Please sign in to comment.