Improve support for right to left languages
This commit is contained in:
@@ -295,6 +295,7 @@
|
||||
|
||||
.action-button, .action-list-item {
|
||||
.action-label {
|
||||
@include float(left);
|
||||
.label-checked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ body.discussion, .discussion-module {
|
||||
|
||||
.response-header-actions {
|
||||
position: absolute;
|
||||
right: ($baseline);
|
||||
@include right($baseline);
|
||||
top: ($baseline);
|
||||
@include float(right);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user