Alarm pipeline wiring + full code-review backlog resolution #119
@@ -154,7 +154,9 @@ body.dashboard-body { min-height: 100vh; }
|
|||||||
}
|
}
|
||||||
.dashboard-table td {
|
.dashboard-table td {
|
||||||
max-width: 26rem;
|
max-width: 26rem;
|
||||||
overflow-wrap: anywhere;
|
/* break-word, not anywhere: only split a word when it genuinely cannot
|
||||||
|
fit, so the column keeps whole words like "unconstrained" intact. */
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.dashboard-table tbody tr:last-child td { border-bottom: none; }
|
.dashboard-table tbody tr:last-child td { border-bottom: none; }
|
||||||
.dashboard-table tbody tr:hover { background: #f3f6fd; }
|
.dashboard-table tbody tr:hover { background: #f3f6fd; }
|
||||||
|
|||||||
Reference in New Issue
Block a user