Backed out changeset f0b09da3f4ca (bug 1239670) for being a possible cause of frequent devtools test failures in browser_profiler_tree-abstract-02.js a=backout

This commit is contained in:
Wes Kocher 2016-01-15 10:41:38 -08:00
parent 7299328339
commit 41db405dc7

View File

@ -227,12 +227,6 @@ html, body, #app, #memory-tool {
*/
flex: 1;
background-color: var(--theme-toolbar-background);
/**
* By default, flex items have min-width: auto;
* (https://drafts.csswg.org/css-flexbox/#min-size-auto)
*/
min-width: 0;
}
#heap-view > .heap-view-panel {
@ -248,12 +242,6 @@ html, body, #app, #memory-tool {
* Flexing to fill out remaining horizontal space. @see #heap-view.
*/
flex: 1;
/**
* By default, flex items have min-width: auto;
* (https://drafts.csswg.org/css-flexbox/#min-size-auto)
*/
min-width: 0;
}
#heap-view > .heap-view-panel > .snapshot-status,