Bug 1547658 - fix second line cut off in sidebar item__runtime__details r=jdescottes

Fixed second line that has been cut off in the sidebar item detail of the remote runtime

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ola Gasidlo 2019-05-03 07:13:09 +00:00
parent 4b5438daa1
commit 33220dfdc0

View File

@ -33,6 +33,7 @@
.sidebar-runtime-item__runtime__details {
font-size: var(--caption-10-font-size);
font-weight: var(--caption-10-font-weight);
line-height: 1.2;
}
.sidebar-runtime-item__message:first-of-type {