Skip to content

Commit

Permalink
Fix: RTL optimisations (fixes #82) (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Apr 5, 2024
1 parent 70e8e9a commit 4a7c390
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions less/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
// Column layout
// --------------------------------------------------
&__container.has-columns &-item__image-container {
padding-right: inherit;
padding-inline-end: inherit;
margin-bottom: @item-margin * 2;
}

Expand All @@ -122,9 +122,8 @@
}

&__container.has-columns &-item__bullet {
padding-inline: inherit;
margin-bottom: @item-margin * 2;
padding-left: inherit;
padding-right: inherit;
}
}

Expand Down Expand Up @@ -179,8 +178,7 @@
// Ordered / unordered list bullet
// --------------------------------------------------
&__bullet {
padding-left: @item-padding;
padding-right: @item-padding;
padding-inline: @item-padding;
}

&__bullet:before {
Expand Down

0 comments on commit 4a7c390

Please sign in to comment.