Skip to content

Commit

Permalink
[field] Fix alignment of checkbox diff when label breaks multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajdobrucki authored and rexxars committed Oct 6, 2020
1 parent 9f7975a commit 1e4e6f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.root {
display: flex;
padding: var(--small-padding) 0;
align-items: center;
}

.label {
Expand Down

0 comments on commit 1e4e6f7

Please sign in to comment.