Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/textButton.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/textButton.css b/third_party/WebKit/Source/devtools/front_end/ui/textButton.css |
| index be3ce16176c161d1d8071833c1fa338048731c88..d4a718b8bedd6b7cf97c0f0f46fd464c4d2388f3 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/textButton.css |
| +++ b/third_party/WebKit/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%); |
| - height: 24px; |
| + min-height: 2em !important; |
|
caseq
2017/06/06 18:06:00
We avoid using 'em'.
|
| padding-left: 10px; |
| padding-right: 10px; |
| -webkit-user-select: none; |