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:
parent
fb2b8eea08
commit
802eebcabf
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue