Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lumley <ben@benlumley.co.uk>2022-03-29 13:38:09 +0300
committerBen Lumley <ben@benlumley.co.uk>2022-03-29 13:38:09 +0300
commitd220d420d2a220c87ee0b66014e6fa60d26dc295 (patch)
tree3c562fba7f4414a349ee20576d52722320991386
parent60d6ee448ef3b56afb342c2c4fa40b8a55e46cff (diff)
Bit of padding to keep text away from selects
-rw-r--r--src/css/tabs/firmware_flasher.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/tabs/firmware_flasher.css b/src/css/tabs/firmware_flasher.css
index f7b8fd66..b4c39197 100644
--- a/src/css/tabs/firmware_flasher.css
+++ b/src/css/tabs/firmware_flasher.css
@@ -125,6 +125,7 @@
.tab-firmware_flasher .cf_table td:last-child {
text-align: left;
+ padding-left: 8px;
}
.tab-firmware_flasher .options .flash_on_connect_wrapper {
@@ -227,4 +228,4 @@
#dialogUnstableFirmwareAcknoledgement .content ul {
margin-top: 5px;
margin-bottom: 5px;
-} \ No newline at end of file
+}