Commit 5c280403 authored by dpapad's avatar dpapad Committed by Commit Bot

MD Extensions: Fix corner-case where available width is less than padding.

Bug: 823208
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I93a95f26e5910fe3fa98f6ad43c0d629bbf4f587
Reviewed-on: https://chromium-review.googlesource.com/969095Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544195}
parent 60082e2a
......@@ -10,6 +10,12 @@
<dom-module id="extensions-item-list">
<template>
<style include="cr-shared-style">
:host {
/* Address corner-case where #container's padding is larger than max
available width. */
overflow: auto;
}
.items-container,
extensions-item {
--extensions-card-width: 400px;
......
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