Commit 02d0195b authored by Sean Harrison's avatar Sean Harrison Committed by Commit Bot

WebUI Settings: Fix non-scaling banner

Add img width to settings/content style to properly scale banner

Bug: 1096441
Change-Id: Ia364223860c88f3aab1dbd273037fb6bba49a274
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252001Reviewed-by: default avatarTheodore Olsauskas-Warren <sauski@google.com>
Commit-Queue: Sean Harrison <harrisonsean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779965}
parent a3630ee9
......@@ -2,6 +2,10 @@
.no-min-height {
min-height: 0;
}
img {
width: 100%;
}
</style>
<template is="dom-if" if="[[!privacySettingsRedesignEnabled_]]">
<div class="cr-row first no-min-height">
......
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