Bug 1573103 - Can not show all characters on About Nightly window. r=dao

Add a width to the wordmark background-image

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Stephen Horlander 2019-08-21 00:03:16 +00:00
Родитель 34b437cbec
Коммит 39d0694ffc
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -14,6 +14,7 @@
#rightBox {
background-image: url("chrome://branding/content/about-wordmark.svg");
background-repeat: no-repeat;
background-size: 288px auto;
/* padding-top creates room for the wordmark */
padding-top: 38px;
margin-top:20px;