Commit 9a69fc89 authored by John Lee's avatar John Lee Committed by Commit Bot

WebUI: Remove min-height for all extensions-toggle-row

Screenshots: https://bugs.chromium.org/p/chromium/issues/detail?id=911008#c1

Bug: 911008
Change-Id: I26748c195fa18cb30dc98a7bb14a1e231337261f
Reviewed-on: https://chromium-review.googlesource.com/c/1358702Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613371}
parent 8edccce7
......@@ -143,6 +143,9 @@
extensions-toggle-row {
@apply --cr-section;
/* TODO(johntlee): remove min-height override once --cr-section's
* min-height is removed (crbug.com/686905). */
min-height: initial;
padding-bottom: 16px;
padding-inline-end: 0;
padding-inline-start: 0;
......
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