| Index: Source/devtools/front_end/ui/textButton.css
|
| diff --git a/Source/devtools/front_end/ui/textButton.css b/Source/devtools/front_end/ui/textButton.css
|
| index 1a4bea9425bd057971514bae8b70b6a3350ff491..d4a718b8bedd6b7cf97c0f0f46fd464c4d2388f3 100644
|
| --- a/Source/devtools/front_end/ui/textButton.css
|
| +++ b/Source/devtools/front_end/ui/textButton.css
|
| @@ -13,7 +13,7 @@
|
| font-size: 12px;
|
| margin: 0 1px 0 0;
|
| text-shadow: 0 1px 0 hsl(0, 0%, 94%);
|
| - min-height: 2em;
|
| + min-height: 2em !important;
|
| padding-left: 10px;
|
| padding-right: 10px;
|
| -webkit-user-select: none;
|
|
|