Skip to content

Commit

Permalink
fix(rtl): search & doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Jan 31, 2024
1 parent 3148685 commit 0416163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/DocPage/DocPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
right: 7px;

[dir='rtl'] & {
flex-direction: row-reverse;
left: -210px;
left: 7px;
right: auto;
}

& > .dc-controls {
Expand Down
1 change: 1 addition & 0 deletions src/components/Paginator/Paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

[dir='rtl'] & {
flex-direction: row-reverse;
justify-content: flex-end;
}

&__item {
Expand Down
4 changes: 0 additions & 4 deletions src/components/SearchPage/SearchPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
&__search-field-wrapper {
display: flex;
align-items: center;

[dir='rtl'] & {
flex-direction: row-reverse;
}
}

&__search-button {
Expand Down

0 comments on commit 0416163

Please sign in to comment.