-
- Downloads
Bug 1782077 - [devtools] Restore CSS specificity for Edit And Resend headers r=nchevobbe, a=dsmith
The flex-wrap rule no longer had higher specificity than .network-monitor .tabpanel-summary-container { flex-wrap: wrap; padding-inline-start: 4px; margin-bottom: 5px; } Which broke the layout. https://searchfox.org/mozilla-central/rev/2bbb0c0a90df20702df8c8011a8996536a83cb75/devtools/client/netmonitor/src/assets/styles/HeadersPanel.css#166 I am adding a ".network-monitor" to selectors for which I started using a class instead of an ID. Differential Revision: https://phabricator.services.mozilla.com/D153097
Please register or sign in to comment