WebKit Bugzilla
Attachment 357923 Details for
Bug 192971
: Web Inspector: Settings: experimental setting editors are misaligned in other locales
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192971-20181220212452.patch (text/plain), 1.57 KB, created by
Devin Rousso
on 2018-12-20 20:24:53 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2018-12-20 20:24:53 PST
Size:
1.57 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index b00f0bf9288474483621679749aafe88b32f7c63..054a9f6f8ec4297c5d0504adefb074ac5b77e39b 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,15 @@ >+2018-12-20 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Settings: experimental setting editors are misaligned in other locales >+ https://bugs.webkit.org/show_bug.cgi?id=192971 >+ <rdar://problem/46718451> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/SettingsTabContentView.css: >+ (.content-view.settings > .settings-view > .container): >+ (.content-view.settings > .settings-view > .container > .title): >+ > 2018-12-20 Joseph Pecoraro <pecoraro@apple.com> > > ITMLKit Inspector: Elements tab does not show DOM Tree >diff --git a/Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.css b/Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.css >index 7e74f46f2acccf94dee5f7c900fb97243e5510ff..e6621ddb78de18581acad6c446134108ce40d8e7 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.css >+++ b/Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.css >@@ -55,6 +55,7 @@ > > .content-view.settings > .settings-view > .container { > display: flex; >+ align-items: center; > margin-top: 1em; > font-size: 13px; > } >@@ -75,7 +76,6 @@ > > .content-view.settings > .settings-view > .container > .title { > width: 50%; >- margin-top: 2px; > -webkit-margin-end: 6px; > text-align: end; > }
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 192971
:
357922
| 357923