Skip to content

Commit 62c4158

Browse files
authored
Merge pull request #4316 from chenba/1196-disconnect-header-rtl
fix(style): fix rtl style for disconnect client header
2 parents 7b72794 + 7aef3bc commit 62c4158

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/fxa-content-server/app/styles/modules/_settings.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@ section.modal-panel {
658658
font-weight: normal;
659659
margin-bottom: 15px;
660660
text-align: left;
661+
662+
html[dir='rtl'] & {
663+
text-align: right;
664+
}
661665
}
662666
}
663667

0 commit comments

Comments
 (0)