Chromium Code Reviews| Index: Source/devtools/front_end/sourcesPanel.css |
| diff --git a/Source/devtools/front_end/sourcesPanel.css b/Source/devtools/front_end/sourcesPanel.css |
| index 12bad85bab2ea5b28654e6ce3a524cd83e72eefc..74d9f892c5b404c1eaa2538024321aadff26d54f 100644 |
| --- a/Source/devtools/front_end/sourcesPanel.css |
| +++ b/Source/devtools/front_end/sourcesPanel.css |
| @@ -71,6 +71,7 @@ |
| display: flex; |
| padding-left: 3px; |
| border-top: 1px solid rgb(196,196,196); |
| + height: 24px; |
|
eustas
2014/07/02 09:33:20
I'd rather use white-space: nowrap;
dgozman
2014/07/02 09:36:37
That's a right fix too. But this label is intended
|
| } |
| #scripts-editor-toolbar { |