Skip to content

Commit

Permalink
updated padding to logical property
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
raffaellasuardini and fsbraun authored Mar 29, 2024
1 parent 48bd955 commit 912448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/components/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
}
.paginator {
box-shadow: none !important;
padding-left: 10px;
padding-inline-start: 10px;
box-sizing: border-box;
}
fieldset table {
Expand Down

0 comments on commit 912448a

Please sign in to comment.