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:
Itiel 2019-08-14 14:50:42 +00:00
Родитель a69086ea54
Коммит d1b14ec95a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -129,6 +129,7 @@
pointer-events: none; pointer-events: none;
margin: 0; margin: 0;
text-align: center; text-align: center;
direction: ltr;
} }
.boxmodel-main > p > span, .boxmodel-main > p > span,
@ -388,6 +389,8 @@
.boxmodel-element-size { .boxmodel-element-size {
flex: 1; flex: 1;
direction: ltr;
text-align: match-parent;
} }
.boxmodel-position-group { .boxmodel-position-group {