Skip to content

Commit

Permalink
MWPW-147002-Fix spacing issue between button on table header left var…
Browse files Browse the repository at this point in the history
…iation in RTL (#2241)

Update table.css
  • Loading branch information
Ruchika4 authored May 2, 2024
1 parent 97eb1e9 commit 7269ae8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libs/blocks/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,7 @@
}

.table.header-left .row-heading .col.col-heading .buttons-wrapper > * {
margin-left: 0;
}

[dir='rtl'] .table.header-left .row-heading .col.col-heading .buttons-wrapper > * {
margin-right: 0;
margin-inline-start: 0;
}

.table .row-heading .col-heading.top-left-rounded {
Expand Down

0 comments on commit 7269ae8

Please sign in to comment.