mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 682741 - About dialog: Properly format and align version number in right-to-left languages. r=Gijs
This commit is contained in:
parent
77fb8e446b
commit
4a47bf2c3f
@ -31,6 +31,12 @@
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
#version:-moz-locale-dir(rtl) {
|
||||
direction: ltr;
|
||||
text-align: right;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#distribution,
|
||||
#distributionId {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user