There are some problem with label with the material theme.
Improve this by removing max-height and setting the label to
a static font size.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
.Dashboard .settings-info p span:nth-child(2){
display: inline-block;
word-break: break-all;
- max-width: 150px;
overflow: hidden;
- max-height: 16px;
position: relative;
top:2px;
}
+.Dashboard .settings-info p span:nth-child(2).label {
+ font-size: 8px;
+}
+
.Dashboard .router-status-info .settings-info p span:nth-child(2){
max-width: 283px;
}