Cut sensors texts in header if too long
parent
c59f49d160
commit
73f8f92312
|
@ -419,6 +419,11 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
color: #818181;
|
color: #818181;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sensor-status div {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.gyroicon {
|
.gyroicon {
|
||||||
background-image: url(../images/icons/sensor_gyro_off.png);
|
background-image: url(../images/icons/sensor_gyro_off.png);
|
||||||
background-size: 43px;
|
background-size: 43px;
|
||||||
|
|
Loading…
Reference in New Issue