WebKit Bugzilla
Attachment 348348 Details for
Bug 189060
: Web Inspector: Search bar is too narrow in some localizations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189060-20180828151117.patch (text/plain), 1.23 KB, created by
Devin Rousso
on 2018-08-28 15:11:17 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2018-08-28 15:11:17 PDT
Size:
1.23 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index aca81e50605fd17f184bba6c95518eab29c53ad0..d99df485b0b5d013a38f07457c4ca3e11bb23a1a 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,14 @@ >+2018-08-28 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Search bar is too narrow in some localizations >+ https://bugs.webkit.org/show_bug.cgi?id=189060 >+ <rdar://problem/43006369> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/Toolbar.css: >+ (.toolbar .search-bar): >+ > 2018-08-27 Keith Rollin <krollin@apple.com> > > Unreviewed build fix -- disable LTO for production builds >diff --git a/Source/WebInspectorUI/UserInterface/Views/Toolbar.css b/Source/WebInspectorUI/UserInterface/Views/Toolbar.css >index 55481a6a2a1d52446fc2491f5e887472a30650f5..580c4c219114327755013fb6a22757bbd3305c9c 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/Toolbar.css >+++ b/Source/WebInspectorUI/UserInterface/Views/Toolbar.css >@@ -118,7 +118,7 @@ body[dir=rtl] .toolbar .control-section { > > .toolbar .search-bar { > width: 100%; >- min-width: 100px; >+ min-width: 125px; > } > > .toolbar .search-bar > input[type="search"] {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 189060
: 348348