Skip to content

Commit

Permalink
Make chrome://net-export/ look better on Mac.
Browse files Browse the repository at this point in the history
In particular the min-height on buttons wasn't working.

BUG=701033

Review-Url: https://codereview.chromium.org/2854863003
Cr-Commit-Position: refs/heads/master@{#468995}
  • Loading branch information
eroman authored and Commit bot committed May 3, 2017
1 parent 424c045 commit ec32002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/net_log/resources/net_export.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ button {
font-size: 110%;
font-weight: bold;
margin: 10px auto;
min-height: 48px;
width: 200px;
padding: 1em;
width: 14em;
}

h2 {
Expand Down

0 comments on commit ec32002

Please sign in to comment.