1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

rightWrapper width fixed

This commit is contained in:
Luca Giovannesi 2022-03-13 15:46:45 +01:00
parent 55832694b4
commit 97f60dd59b

View file

@ -304,5 +304,5 @@
.tab-onboard_logging .rightWrapper {
float: right;
width: calc(50% - 20px);
width: calc(50%);
}