Commit 7ee42ea7 authored by John Lee's avatar John Lee Committed by Commit Bot

Settings WebUI: Add padding to cards for smaller screens

Bug: 962381, 962386
Change-Id: Ide420cf85b90b11e1b255db279f703a570fec9f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609670Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659270}
parent e85b7f2e
...@@ -102,6 +102,9 @@ ...@@ -102,6 +102,9 @@
#main { #main {
min-width: auto; min-width: auto;
/* Add some padding to make room for borders and to prevent focus
* indicators from being cropped. */
padding: 0 3px;
} }
} }
</style> </style>
......
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