Bug 1593531 - RTL fixes for the truncation message in the websockets panel r=Honza

Differential Revision: https://phabricator.services.mozilla.com/D51532

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2019-11-04 10:04:46 +00:00
Родитель 235c8782ec
Коммит a02bd2636c
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -10,7 +10,7 @@
margin: 0;
padding: 0;
border: none;
}
}
/* Empty notice */
@ -132,7 +132,7 @@
#messages-panel .truncated-messages-warning-icon {
width: 12px;
height: 12px;
margin-right: 8px;
margin-inline-end: 8px;
background-image: url(chrome://global/skin/icons/info.svg);
background-repeat: no-repeat;
-moz-context-properties: fill;
@ -140,7 +140,7 @@
}
#messages-panel .truncation-checkbox {
margin-right: 5px;
margin-inline-end: 5px;
}
#messages-panel .truncated-message {