vault/ui/app/styles/components/read-more.scss
2023-06-06 08:38:12 -07:00

21 lines
308 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.linked-block-seemore {
grid-column: 2;
grid-row: 1;
align-self: baseline;
}
.overflow-ellipsis {
box-sizing: border-box;
&.is-closed {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}