@finos/perspective-viewer
Version:
The `<perspective-viewer>` Custom Element, frontend for Perspective.js
43 lines (38 loc) • 1.14 kB
text/less
/******************************************************************************
*
* Copyright (c) 2017, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms of
* the Apache License 2.0. The full license can be found in the LICENSE file.
*
*/
:host {
// Wrapper prevents the width of the selector options from increasing the width of
// the container it is embedded in.
.aggregate-selector-wrapper {
height: 19px;
display: flex;
padding-left: 28px;
width: 100%;
label {
font-size: 10px;
white-space: nowrap;
height: 21px;
display: flex;
align-items: center;
margin-right: 3px;
}
.aggregate-selector {
font-size: 10px;
border-bottom-width: 0px;
margin-top: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 12px;
}
.dropdown-width-container:after {
content: none ;
}
}
}