Title: [227707] trunk/Source/WebInspectorUI
Revision
227707
Author
[email protected]
Date
2018-01-26 17:36:36 -0800 (Fri, 26 Jan 2018)

Log Message

Web Inspector: Timelines content browser NavigationBar is squashed at narrow heights
https://bugs.webkit.org/show_bug.cgi?id=182196
<rdar://problem/36929899>

Reviewed by Joseph Pecoraro.

* UserInterface/Views/NavigationBar.css:
(.navigation-bar):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (227706 => 227707)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-01-27 01:35:47 UTC (rev 227706)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-01-27 01:36:36 UTC (rev 227707)
@@ -1,5 +1,16 @@
 2018-01-26  Matt Baker  <[email protected]>
 
+        Web Inspector: Timelines content browser NavigationBar is squashed at narrow heights
+        https://bugs.webkit.org/show_bug.cgi?id=182196
+        <rdar://problem/36929899>
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Views/NavigationBar.css:
+        (.navigation-bar):
+
+2018-01-26  Matt Baker  <[email protected]>
+
         Web Inspector: TabBar redesign: improvements to tab layout and resize behavior
         https://bugs.webkit.org/show_bug.cgi?id=181468
         <rdar://problem/36395439>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css (227706 => 227707)


--- trunk/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css	2018-01-27 01:35:47 UTC (rev 227706)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css	2018-01-27 01:36:36 UTC (rev 227707)
@@ -27,6 +27,7 @@
     display: flex;
     justify-content: center;
     align-items: center;
+    flex-shrink: 0;
     flex-wrap: wrap;
 
     border-bottom: 1px solid var(--border-color);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to