Bug 1548461 - Set about:debugging sidebar width to 280px to fit connection warning r=Ola

Connection warnig is too tall in the current 260px-wide sidebar.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2019-05-02 09:35:59 +00:00
parent 0064188850
commit d6ec45959c

View File

@ -17,7 +17,7 @@
.app {
/* from common */
--sidebar-width: 260px;
--sidebar-width: 280px;
--app-top-padding: 70px;
--app-bottom-padding: 40px;
--app-left-padding: 34px;