Skip to content
Snippets Groups Projects
Commit 9b03cf0d authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix #3658 - Update RTL styles (#3669)

parent cdff1da9
No related branches found
No related tags found
No related merge requests found
......@@ -27,14 +27,17 @@ body.rtl {
left: 10px;
}
.column-icon-clear {
.column-header__buttons {
left: 0;
right: auto;
left: 48px;
}
.column-icon {
right: auto;
left: 5px;
.column-header__setting-arrows {
float: left;
}
.compose-form__modifiers {
border-radius: 0 0 0 4px;
}
.setting-toggle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment