Skip to content

Commit

Permalink
fix: Add logical text-align value for toolbar dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhawy committed Apr 13, 2024
1 parent 9acf5c9 commit 383a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/static/cms/sass/components/_reset.scss
Expand Up @@ -21,7 +21,7 @@
h3 {
color: var(--dca-black);
font: normal #{$font-size-normal}/#{$line-height-normal} Helvetica,Arial,sans-serif;
text-align: left;
text-align: start;
text-decoration: none;
box-sizing: border-box;
height: auto;
Expand Down

0 comments on commit 383a40f

Please sign in to comment.