Commit bf537b2b authored by Alex Ilin's avatar Alex Ilin Committed by Commit Bot

Apply "display: inline-flex" to cr-customize-themes

Otherwise, the element has 0px by 0px size which makes it difficult to
style.

Bug: 1129186
Change-Id: I92c32daabccfc56bc0eaf95103215093cf1a2cb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414278
Auto-Submit: Alex Ilin <alexilin@chromium.org>
Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Commit-Queue: Alex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#808000}
parent 837ed9b8
......@@ -2,6 +2,7 @@
:host {
--cr-customize-themes-grid-gap: 20px;
--cr-customize-themes-icon-size: 72px;
display: inline-flex;
}
#thirdPartyThemeContainer {
......
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