Bug 1303732 - Set min-height/width to 50px for markupview and sidebar panel;r=Honza draft
authorJulian Descottes <jdescottes@mozilla.com>
Wed, 28 Sep 2016 19:56:05 +0200
changeset 419039 93615e6c10d9941a3fc131102991eba3722998d5
parent 419038 2027e4ba3584e9bb84ca452ed4d50d180b3cae62
child 532481 0fa0fee8398e5d2d61b241cba98588161253c676
push id30832
push userjdescottes@mozilla.com
push dateThu, 29 Sep 2016 16:17:59 +0000
reviewersHonza
bugs1303732
milestone52.0a1
Bug 1303732 - Set min-height/width to 50px for markupview and sidebar panel;r=Honza MozReview-Commit-ID: D5iY63RrmS4
devtools/client/themes/inspector.css
--- a/devtools/client/themes/inspector.css
+++ b/devtools/client/themes/inspector.css
@@ -46,17 +46,18 @@ window {
 #inspector-splitter-box {
   height: 100vh;
   width: 100vw;
   position: fixed;
 }
 
 /* Minimum width for the Inspector main (uncontrolled) area. */
 #inspector-splitter-box .uncontrolled {
-  min-width: 275px;
+  min-height: 50px;
+  min-width: 50px;
 }
 
 #inspector-splitter-box .controlled.pane-collapsed {
   visibility: collapse;
 }
 
 /* Use flex layout for the Inspector toolbar. For now, it's done
    specifically for the Inspector toolbar since general rule applied