blob: f66188bfff8afc8bcfd730088dfbf2eac0459094 [file] [log] [blame]
/*
* Copyright 2017 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
:host {
width: 160px;
height: 26px;
text-align: left;
display: flex;
}
:host([disabled]) {
opacity: .5;
}
.content {
padding-right: 5px;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1;
min-width: 35px;
}