Commit 9082654d authored by Yuheng Huang's avatar Yuheng Huang Committed by Commit Bot

Chrome Desktop UI: fix button margin on chrome://interventions-internals/ page

Bug: 1049960
Change-Id: I326731a647f8d048b902f1448f6da944946d1207
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145159Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Yuheng Huang <yuhengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814208}
parent 81f84892
...@@ -35,7 +35,7 @@ button { ...@@ -35,7 +35,7 @@ button {
color: white; color: white;
font-size: 65%; font-size: 65%;
font-weight: bold; font-weight: bold;
margin: 5px 0; margin: 5px 2px;
padding: 5px; padding: 5px;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
......
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