Skip to content

Commit

Permalink
Fix for OSD grid overflowing the preview error due to the invdividual…
Browse files Browse the repository at this point in the history
… images not shrinking below a fixed width. Fixes betaflight#3202 / betaflight#3202
  • Loading branch information
benlumley committed Jan 3, 2023
1 parent e6cbc22 commit d1b11ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/tabs/osd.less
Expand Up @@ -217,6 +217,8 @@
border: 1px solid transparent;
img {
flex: 1 1 auto;
max-width: 100%;
height: auto;
}
}
.char[draggable="true"] {
Expand Down

0 comments on commit d1b11ed

Please sign in to comment.