Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #469 from brave/fix-rtl-support-NTP
Browse files Browse the repository at this point in the history
Fix New Tabs Page display for RTL Languages
  • Loading branch information
cezaraugusto authored May 17, 2019
2 parents 4eeb39e + 838d990 commit 079dbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/newTab/default/grid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export const Header = styled<{}, 'header'>('header')`
> *:first-child {
grid-area: stats;
margin-left: 70px;
margin: 0 70px 0 70px;
}
> *:nth-child(2) {
grid-area: clock;
margin-right: 70px;
margin: 0 70px 0 70px;
}
> *:nth-child(3) {
Expand Down

0 comments on commit 079dbad

Please sign in to comment.