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

Add a page descritpion to the wizard receiver page

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-05-17 08:55:50 +02:00
parent a45d85c0b0
commit 4fe7728d46
2 changed files with 10 additions and 0 deletions

View file

@ -53,6 +53,12 @@
display: inline-block;
}
.defaults-dialog__wizard p {
margin-top: 1em;
font-size: 0.9em;
color:#444;
}
.defaults-dialog__content--wrapper {
overflow-y: auto;
}