Skip to content

Commit

Permalink
Merge pull request #8266 from intwarehq/rtl-room-info-buttons
Browse files Browse the repository at this point in the history
[FIX] "Channel Setting" buttons alignment in RTL
  • Loading branch information
engelgabriel authored Sep 23, 2017
2 parents 2532844 + ce0bee5 commit 7124dd6
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
html.rtl .flex-tab {
direction: rtl;

& .channel-settings {
& .editing {
padding-right: 8px;
padding-left: 80px;
}
& .buttons {
right: auto;
left: 1px;
border-radius: 4px 0 0 4px;
}
}
}

.flex-tab {
& .channel-settings {
& ul {
Expand Down Expand Up @@ -36,7 +52,6 @@
& .editing {
margin: -2px 0 -1px -9px;
padding-right: 80px;

font-size: 14px;
}

Expand Down

0 comments on commit 7124dd6

Please sign in to comment.