mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
21 lines
308 B
SCSS
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;
|
|
}
|
|
}
|