blob: 01c9b15c0f167b49613799b18feaca455eb759d9 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
.cell {
overflow: hidden;
text-overflow: ellipsis;
padding: 0.75em 0.5em;
}
:host {
overflow: hidden;
}
.no-wrap {
white-space: nowrap;
}