mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix rtl changing general styles
This commit is contained in:
parent
996ab1ae17
commit
2282869f30
@ -31,10 +31,10 @@
|
|||||||
border-left-color: transparent !important;
|
border-left-color: transparent !important;
|
||||||
border-right-color: $secondary !important;
|
border-right-color: $secondary !important;
|
||||||
}
|
}
|
||||||
code {
|
.rtl code {
|
||||||
direction: ltr !important;
|
direction: ltr !important;
|
||||||
text-aligh: left !important;
|
text-aligh: left !important;
|
||||||
}
|
}
|
||||||
.pull-left {
|
.rtl .pull-left {
|
||||||
float:right !important;
|
float:right !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user