1
0
Fork 0
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:
Mark Haslinghuis 2024-04-22 21:25:08 +02:00 committed by GitHub
parent 806f8445ff
commit fe3fdb1c99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@
margin-top: 10px;
dt {
float: left;
width: 120px;
width: fit-content;
height: 20px;
line-height: 20px;
font-weight: bold;