mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Fix column width (#3903)
This commit is contained in:
parent
806f8445ff
commit
fe3fdb1c99
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
margin-top: 10px;
|
||||
dt {
|
||||
float: left;
|
||||
width: 120px;
|
||||
width: fit-content;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue