зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1224129 - Force LTR on boxmodel items text r=gl
Differential Revision: https://phabricator.services.mozilla.com/D41363 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a69086ea54
Коммит
d1b14ec95a
|
@ -129,6 +129,7 @@
|
|||
pointer-events: none;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.boxmodel-main > p > span,
|
||||
|
@ -388,6 +389,8 @@
|
|||
|
||||
.boxmodel-element-size {
|
||||
flex: 1;
|
||||
direction: ltr;
|
||||
text-align: match-parent;
|
||||
}
|
||||
|
||||
.boxmodel-position-group {
|
||||
|
|
Загрузка…
Ссылка в новой задаче