1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 06:15:11 +03:00

Fit width of sensor according to width of text

This commit is contained in:
bfmvsa 2024-09-23 10:15:11 +02:00
parent fb2b8eea08
commit 802eebcabf

View file

@ -277,7 +277,7 @@ input[type="number"]::-webkit-inner-spin-button {
#sensor-status li {
float: left;
height: 67px;
width: 35px;
min-width: 33px;
line-height: 18px;
text-align: center;
border: 1px solid #373737;
@ -297,9 +297,7 @@ input[type="number"]::-webkit-inner-spin-button {
#sensor-status li .opflowicon,
#sensor-status li .sonaricon,
#sensor-status li .airspeedicon {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-position-x: center;
}
.gyroicon {