Commit 7429bb6a authored by Jarryd's avatar Jarryd Committed by Commit Bot

AllSites: Fix height of origin line items.

Updates to the all sites page that were a part of the storage pressure UI
project had unintentionally increased the height of origin line items to
by using the "two-line" class. This change reverts the height by removing
the specified class.

Bug: 1071335
Change-Id: I1527c783ff53db5ea6874caafeaaaeaa18857217
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157675Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Commit-Queue: Jarryd Goodman <jarrydg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761046}
parent 3ce847c9
......@@ -98,7 +98,7 @@
<div class="list-frame">
<template is="dom-repeat" items="[[siteGroup.origins]]">
<div class="settings-box">
<div class="start row-aligned two-line list-item"
<div class="start row-aligned list-item"
on-click="onOriginTap_" actionable>
<site-favicon url="[[item.origin]]"></site-favicon>
<div class="site-representation middle text-elide">
......
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