Skip to content

Commit

Permalink
fix: fix RTL styles in action bar overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
IMythx authored Oct 10, 2024
1 parent 36d53b4 commit bf5c5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/components/ActionBar/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.ActionBar-group {
border-left: 0.5px solid var(--puck-color-grey-05); /* Fractional value required due to scaling */
border-inline-start: 0.5px solid var(--puck-color-grey-05); /* Fractional value required due to scaling */
display: flex;
padding-left: 4px;
padding-right: 4px;
Expand Down

0 comments on commit bf5c5a3

Please sign in to comment.