Skip to content

Commit

Permalink
fix(NcActionCheckbox): Fix padding in RTL mode
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <[email protected]>
  • Loading branch information
falghamdi125 committed Jan 8, 2025
1 parent 690f027 commit cc8130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcActionCheckbox/NcActionCheckbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default {

width: 100%;
padding: 0 !important;
padding-right: $icon-margin !important;
padding-inline-end: $icon-margin !important;

&::before {
margin-block: 0 !important;
Expand Down

0 comments on commit cc8130c

Please sign in to comment.