Commit 3128fe4c authored by einbinder's avatar einbinder Committed by Commit Bot

DevTools: Remove vertical padding on text button

The text button has a fixed height, so it doesn't need vertical padding.
The padding caused the text to be not centered on Windows.

BUG=none

Review-Url: https://codereview.chromium.org/2938663002
Cr-Commit-Position: refs/heads/master@{#485134}
parent a259fda8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
font-size: 12px; font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 2px; border-radius: 2px;
padding: 3px 12px; padding: 0px 12px;
font-weight: 500; font-weight: 500;
color: #333; color: #333;
background-color: #fff; background-color: #fff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment