0.3.15-pre.011
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-raw-transaction-ingest-desk/frontend/sass/_app.scss
|
||||
// version: 2
|
||||
// version: 3
|
||||
|
||||
$app-header-height: 72px;
|
||||
$app-footer-height: 42px;
|
||||
@@ -110,6 +110,35 @@ body {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.app-route-monitoring-summary {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.app-monitoring-detail {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.app-monitoring-list dt,
|
||||
.app-monitoring-list dd {
|
||||
margin-bottom: 0.45rem;
|
||||
}
|
||||
|
||||
.app-monitoring-list dd,
|
||||
.app-monitoring-gaps,
|
||||
.app-monitoring-detail .app-route-code {
|
||||
font-family: var(--bs-font-monospace);
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.app-monitoring-gaps .list-group-item {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.app-placeholder {
|
||||
min-height: 320px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user