Bug 1648961 - Position the warning icon for the experiments section in the right place for RTL r=jaws,preferences-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D81445
This commit is contained in:
Itiel 2020-06-29 14:54:03 +00:00
Родитель 3e115816f2
Коммит f682de0a62
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -1121,6 +1121,11 @@ richlistitem .text-link:hover {
align-items: center;
}
#pane-experimental-search-results-header:-moz-locale-dir(rtl),
#pane-experimental-subtitle:-moz-locale-dir(rtl) {
background-position-x: right;
}
#pane-experimental-featureGates {
margin-top: 16px;
}