Skip to content

Commit

Permalink
Update: Updated RTL styling (fixes #76) #77
Browse files Browse the repository at this point in the history
  • Loading branch information
guywillis authored Dec 15, 2023
1 parent 9db800c commit b135f30
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions less/devtools.less
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,10 @@
}

&__item-title {
padding: @item-padding @item-padding @item-padding (@icon-size + (@item-padding * 2));
padding-top: @item-padding;
padding-bottom: @item-padding;
padding-inline: (@icon-size + (@item-padding * 2)) @item-padding;
.drawer-item-title;

.dir-rtl & {
padding-left: @item-padding;
padding-right: @icon-size + (@item-padding * 2);
}
}

&__item.is-tip {
Expand Down

0 comments on commit b135f30

Please sign in to comment.