Chromium Code Reviews| Index: ui/webui/resources/cr_elements/shared_style_css.html |
| diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html |
| index e00e494564e1d93d7fc0f13da0047785050a752f..0dcf7bd566c81255a21ea85be63ca70985a05c6f 100644 |
| --- a/ui/webui/resources/cr_elements/shared_style_css.html |
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html |
| @@ -35,6 +35,7 @@ |
| .action-button, |
| .cancel-button { |
| font-weight: 500; |
| + height: 36px; |
|
Dan Beam
2017/04/24 19:08:42
what happens with different-sized fonts?
tsergeant
2017/04/24 23:00:37
This is the same style that MD Settings uses every
|
| padding: 0 16px; |
| } |