Commit a5060b2d authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

Settings: fix long url breaking layout for zoom level page.

Bug: 866941
Change-Id: I1c5a6a8117eb347dbe838ae1818e726ff1dafcb7
Reviewed-on: https://chromium-review.googlesource.com/1175062Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583064}
parent a8a0d6fc
...@@ -25,6 +25,15 @@ ...@@ -25,6 +25,15 @@
#empty { #empty {
margin-top: 15px; margin-top: 15px;
} }
.list-item .favicon-image {
flex-shrink: 0;
}
.list-item .middle {
overflow-x: hidden;
text-overflow: ellipsis;
}
</style> </style>
<div class="list-frame vertical-list" id="listContainer"> <div class="list-frame vertical-list" id="listContainer">
<iron-list id="list" preserve-focus items="[[sites_]]" <iron-list id="list" preserve-focus items="[[sites_]]"
......
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