open-vault/ui/app/styles/components/read-more.scss
claire bontempo 72e3d29abc
Truncate Secret Engine Description Text (#11995)
Co-authored-by: hashishaw <cshaw@hashicorp.com>
2021-07-08 08:21:10 -07:00

19 lines
295 B
SCSS

.linkable-item-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;
}
}
.has-font-weight-normal {
font-weight: $font-weight-normal;
}