Skip to content

Commit

Permalink
Merge pull request #8307 from RocketChat/call-button-rtl
Browse files Browse the repository at this point in the history
[FIX] Call buttons with wrong margin on RTL
  • Loading branch information
rodrigok committed Sep 26, 2017
1 parent 0e2de7c commit 412f8be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/rocketchat-theme/client/imports/general/rtl.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
.rtl {
direction: rtl;

& .rc-old .buttons-group .button {
margin-right: 4px;
margin-left: auto;

&:first-child {
margin-right: 0;
}
}

& .rc-old .page-container .content .rocket-form .submit {
text-align: left;
}
Expand Down

0 comments on commit 412f8be

Please sign in to comment.