Skip to content

Commit

Permalink
fix(styles): add more spacing between text and colon [ci visual] (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Oct 4, 2024
1 parent 19c4417 commit 97238e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/form-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $block: #{$fd-namespace}-form-label;
}

&--colon {
padding-inline-end: 0.125rem;
padding-inline-end: 0.25rem;

&::before {
content: ':';
Expand Down

0 comments on commit 97238e6

Please sign in to comment.