Fix for OSD grid overflowing the preview error due to the invdividual images not shrinking below a fixed width. Fixes #3202 / https://github.com/betaflight/betaflight-configurator/issues/320210.9-maintenance
parent
2a4deed7cf
commit
20e3abc71e
|
@ -217,6 +217,8 @@
|
|||
border: 1px solid transparent;
|
||||
img {
|
||||
flex: 1 1 auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.char[draggable="true"] {
|
||||
|
|
Loading…
Reference in New Issue