Commit 2f25a632 authored by dpapad's avatar dpapad Committed by Commit Bot

Settings: Add min-height to ClearBrowsingData dialog.

This is done so that it is easier to view the contents of the dialog
when the window is too short, or when the user has zoomed in.

Fixed: 1066188
Change-Id: Ic3c1f4b8700b82e58fe4915e781cb65078cbdd91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523051Reviewed-by: default avatarChristian Dullweber <dullweber@chromium.org>
Commit-Queue: dpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825300}
parent bbeb7cb0
......@@ -28,6 +28,7 @@
#clearBrowsingDataDialog::part(body-container) {
height: var(--body-container-height);
min-height: 200px;
}
#clearBrowsingDataDialog [slot=body] {
......
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