1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Merge pull request #1886 from McGiverGim/fix_long_texts_auxiliary

Fix long texts problem in auxiliary tab
This commit is contained in:
Michael Keller 2020-02-20 01:23:09 +13:00 committed by GitHub
commit f697ae83b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,7 @@
.tab-auxiliary .mode .info {
text-align: center;
width: 10%;
white-space: nowrap;
position: relative;
background-color: #e4e4e4;
border-bottom: 5px solid white;
@ -160,6 +161,7 @@
min-width: 90px;
text-align: center;
margin-top: -4px;
margin-left: 5px;
}
.tab-auxiliary .range .channel {
@ -185,9 +187,9 @@
.tab-auxiliary .range .channel-slider {
float: left;
width: 80%;
width: 77%;
margin-left: 20px;
margin-top: 1px;
margin-top: -4px;
}
.tab-auxiliary .mode .link .modeInfo {