WebKit Bugzilla
Attachment 357705 Details for
Bug 192868
: Web Inspector: Audit: "Clear Filters" button gets clipped when window is vertically small
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192868-20181219125949.patch (text/plain), 1.59 KB, created by
Devin Rousso
on 2018-12-19 11:59:49 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2018-12-19 11:59:49 PST
Size:
1.59 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 7d0af5a0c8220fd42de246bc4e29df89bcfeda52..ba56a522065b15458640c883f416fa1f941d71c6 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,14 @@ >+2018-12-19 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Audit: "Clear Filters" button gets clipped when window is vertically small >+ https://bugs.webkit.org/show_bug.cgi?id=192868 >+ <rdar://problem/46780400> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/Main.css: >+ (.message-text-view): >+ > 2018-12-18 Joseph Pecoraro <pecoraro@apple.com> > > Web Inspector: m3u8 content not shown, it should be text >diff --git a/Source/WebInspectorUI/UserInterface/Views/Main.css b/Source/WebInspectorUI/UserInterface/Views/Main.css >index 5323d417b70c723c555347086ef2dd7e946add10..cf960e93b3474950a4d5063719b0534521f3b01f 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/Main.css >+++ b/Source/WebInspectorUI/UserInterface/Views/Main.css >@@ -166,17 +166,15 @@ body.docked:matches(.right, .left) #navigation-sidebar.collapsed > .resizer { > .message-text-view { > display: flex; > flex-direction: column; >- z-index: var(--z-index-popover); >- >+ justify-content: center; >+ align-items: center; > position: absolute; > top: 0; > left: 0; > right: 0; > bottom: 0; >- >- justify-content: center; >- align-items: center; >- >+ z-index: var(--z-index-popover); >+ min-height: -webkit-min-content; > white-space: pre-wrap; > text-align: center; > font-size: 13px;
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 192868
: 357705 |
357721