Title: [227822] branches/safari-605-branch/Source/WebInspectorUI
Revision
227822
Author
[email protected]
Date
2018-01-30 10:51:09 -0800 (Tue, 30 Jan 2018)

Log Message

Cherry-pick r227707. rdar://problem/37019463

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebInspectorUI/ChangeLog (227821 => 227822)


--- branches/safari-605-branch/Source/WebInspectorUI/ChangeLog	2018-01-30 18:51:07 UTC (rev 227821)
+++ branches/safari-605-branch/Source/WebInspectorUI/ChangeLog	2018-01-30 18:51:09 UTC (rev 227822)
@@ -1,5 +1,20 @@
 2018-01-30  Jason Marcell  <[email protected]>
 
+        Cherry-pick r227707. rdar://problem/37019463
+
+    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-30  Jason Marcell  <[email protected]>
+
         Cherry-pick r227666. rdar://problem/37019530
 
     2018-01-25  Joseph Pecoraro  <[email protected]>

Modified: branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css (227821 => 227822)


--- branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css	2018-01-30 18:51:07 UTC (rev 227821)
+++ branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/NavigationBar.css	2018-01-30 18:51:09 UTC (rev 227822)
@@ -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