Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css |
| index 64e05976870f8d4ba8a7fc94847d735efe96a9af..b59a2748fb9307c99b3b53e305e976bd495330cc 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css |
| @@ -28,6 +28,10 @@ |
| flex-direction: row-reverse; |
| } |
| +.toolbar-shadow.toolbar-grow-vertical { |
| + height: initial; |
| +} |
| + |
| .toolbar-shadow.vertical { |
| flex-direction: column; |
| height: auto; |