Fix for OSD grid overflowing the preview area as per #3202 (#3203)

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/3202
10.9-maintenance
Ben Lumley 2023-01-04 12:05:11 +00:00 committed by GitHub
parent 2a4deed7cf
commit 20e3abc71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@
border: 1px solid transparent;
img {
flex: 1 1 auto;
max-width: 100%;
height: auto;
}
}
.char[draggable="true"] {