Commit dde8985a authored by stevenjb's avatar stevenjb Committed by Commit bot

Fix chrome://network CSS for cr-network-icom

BUG=455499

Review URL: https://codereview.chromium.org/972223002

Cr-Commit-Position: refs/heads/master@{#318978}
parent 079711fb
...@@ -50,11 +50,6 @@ paper-button[raised].colored { ...@@ -50,11 +50,6 @@ paper-button[raised].colored {
font-weight: bold; font-weight: bold;
} }
.state-table-icon-cell {
display: flex;
justify-content: center;
}
.state-table-expand-button-cell { .state-table-expand-button-cell {
text-align: center; text-align: center;
} }
......
...@@ -2,8 +2,10 @@ ...@@ -2,8 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be * Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */ * found in the LICENSE file. */
/* Note: we use display: block here to avoid positioning issues related to
the use of overflow: hidden. */
:host { :host {
display: inline-block; display: block;
height: 50px; height: 50px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
......
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