Add per-row connectivity diagnostic refresh controls
This commit is contained in:
@@ -79,6 +79,31 @@
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
|
||||
.client-diagnostics-row-name {
|
||||
min-width: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.client-diagnostics-row-name > span:first-child {
|
||||
min-width: 0;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.client-diagnostics-row-refresh-wrap,
|
||||
.client-diagnostics-row-refresh {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
flex: 0 0 24px;
|
||||
}
|
||||
|
||||
.client-diagnostics-row-refresh svg {
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
.client-diagnostics-feedback {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user