mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Update CSS so that AUX 10-12 fit without wrapping.
This commit is contained in:
parent
f01d193ff1
commit
968db92b81
1 changed files with 3 additions and 2 deletions
|
@ -18,16 +18,17 @@
|
|||
|
||||
height: 22px;
|
||||
line-height: 20px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tab-receiver .bars .name {
|
||||
padding: 0 10px 0 0;
|
||||
|
||||
width: 40px;
|
||||
width: 50px;
|
||||
|
||||
text-align: right;
|
||||
}
|
||||
.tab-receiver .bars .meter {
|
||||
width: calc(100% - 50px);
|
||||
width: calc(100% - 60px);
|
||||
}
|
||||
.tab-receiver .bars .meter-bar {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue