Title: [235447] trunk/Source/WebInspectorUI
Revision
235447
Author
[email protected]
Date
2018-08-28 16:26:58 -0700 (Tue, 28 Aug 2018)

Log Message

Web Inspector: Search bar is too narrow in some localizations
https://bugs.webkit.org/show_bug.cgi?id=189060
<rdar://problem/43006369>

Reviewed by Brian Burg.

* UserInterface/Views/Toolbar.css:
(.toolbar .search-bar):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (235446 => 235447)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-08-28 23:20:20 UTC (rev 235446)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-08-28 23:26:58 UTC (rev 235447)
@@ -1,3 +1,14 @@
+2018-08-28  Devin Rousso  <[email protected]>
+
+        Web Inspector: Search bar is too narrow in some localizations
+        https://bugs.webkit.org/show_bug.cgi?id=189060
+        <rdar://problem/43006369>
+
+        Reviewed by Brian Burg.
+
+        * UserInterface/Views/Toolbar.css:
+        (.toolbar .search-bar):
+
 2018-08-27  Keith Rollin  <[email protected]>
 
         Unreviewed build fix -- disable LTO for production builds

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css (235446 => 235447)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2018-08-28 23:20:20 UTC (rev 235446)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Toolbar.css	2018-08-28 23:26:58 UTC (rev 235447)
@@ -118,7 +118,7 @@
 
 .toolbar .search-bar {
     width: 100%;
-    min-width: 100px;
+    min-width: 125px;
 }
 
 .toolbar .search-bar > input[type="search"] {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to