feat: optimize routing and operations views
This commit is contained in:
@@ -6437,6 +6437,23 @@ h3 {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sms-audit-cell-stack {
|
||||
align-items: flex-start;
|
||||
display: grid;
|
||||
gap: var(--space-2);
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.sms-audit-cell-stack small {
|
||||
color: var(--color-text-muted);
|
||||
line-height: var(--line-height-base);
|
||||
}
|
||||
|
||||
.sms-audit-cell-stack .table-link {
|
||||
justify-self: start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.sms-audit-head,
|
||||
.sms-audit-row {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user