Bug 1595092 Part 1: Make new RDM UI size the content pane with content-box. r=mtigley

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brad Werth 2019-12-13 19:22:02 +00:00
parent 4a058d35be
commit 34532dab1e

View File

@ -39,6 +39,9 @@
}
.browserContainer.responsive-mode > .browserStack > * {
box-sizing: content-box; /* This is important to ensure that the pane has the
precise number of pixels defined by --rdm-width
and --rdm-height. */
height: var(--rdm-height);
width: var(--rdm-width);
}