Bug 1705500 - Added word wrap to send tab to another device menu r=mconley

Modified toolbaritem for the send tab to another device menu item to wrap text and align icon at the top of the button.

Differential Revision: https://phabricator.services.mozilla.com/D115657
This commit is contained in:
Bernard Igiri 2021-05-21 16:30:21 +00:00
Родитель 67d884b3c0
Коммит ca8345555c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -724,6 +724,8 @@ var gSync = {
return document.createXULElement("toolbarseparator");
}
let item = document.createXULElement("toolbarbutton");
item.setAttribute("wrap", true);
item.setAttribute("align", "start");
item.classList.add("pageAction-sendToDevice-device", "subviewbutton");
if (clientId) {
item.classList.add("subviewbutton-iconic");