v0.3.8-pre.00-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-store-desk/frontend/sass/_app.scss
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
$app-header-height: 72px;
|
||||
$app-footer-height: 42px;
|
||||
@@ -90,3 +90,28 @@ body {
|
||||
.app-store-table-container {
|
||||
min-height: 240px;
|
||||
}
|
||||
|
||||
|
||||
.app-copyable-long-text {
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
gap: .375rem;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.app-copyable-long-text__value {
|
||||
cursor: help;
|
||||
display: inline-block;
|
||||
max-width: 24ch;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.app-copyable-long-text__copy {
|
||||
flex: 0 0 auto;
|
||||
line-height: 1;
|
||||
padding: .25rem .375rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user