Fixed centering of text in dashboard labels

main
riley 1 year ago
parent eb3f5d09b4
commit f2addec577

@ -107,11 +107,11 @@
.Dashboard .settings-info p span:nth-child(2) {
display: inline-block;
word-break: break-all;
max-width: 150px;
/* max-width: 150px; */
overflow: hidden;
max-height: 16px;
/* max-height: 16px; */
position: relative;
top: 2px
top: 2px;
}
.Dashboard .router-status-info .settings-info p span:nth-child(2) {

Loading…
Cancel
Save