| Index: Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| diff --git a/Source/devtools/front_end/components/inspectorViewTabbedPane.css b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| index 6d4bf4819258795c7447afc2818ca69ddcb9853c..4528ad8cdd2a7417c72a9dacaa525c697802f447 100644
|
| --- a/Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| +++ b/Source/devtools/front_end/components/inspectorViewTabbedPane.css
|
| @@ -10,7 +10,7 @@
|
| }
|
|
|
| :host-context(.material) .tabbed-pane-header {
|
| - flex: 0 0 28px;
|
| + flex: 0 0 29px;
|
| overflow: visible;
|
| }
|
|
|
| @@ -19,7 +19,7 @@
|
| }
|
|
|
| :host-context(.material) .tabbed-pane-header-tab {
|
| - height: 27px;
|
| + height: 28px;
|
| border: none;
|
| transition: background-color 100ms cubic-bezier(0.4, 0, 0.2, 1);
|
| }
|
|
|