mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Merge pull request #1886 from McGiverGim/fix_long_texts_auxiliary
Fix long texts problem in auxiliary tab
This commit is contained in:
commit
f697ae83b8
1 changed files with 4 additions and 2 deletions
|
@ -71,6 +71,7 @@
|
||||||
.tab-auxiliary .mode .info {
|
.tab-auxiliary .mode .info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #e4e4e4;
|
background-color: #e4e4e4;
|
||||||
border-bottom: 5px solid white;
|
border-bottom: 5px solid white;
|
||||||
|
@ -160,6 +161,7 @@
|
||||||
min-width: 90px;
|
min-width: 90px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-auxiliary .range .channel {
|
.tab-auxiliary .range .channel {
|
||||||
|
@ -185,9 +187,9 @@
|
||||||
|
|
||||||
.tab-auxiliary .range .channel-slider {
|
.tab-auxiliary .range .channel-slider {
|
||||||
float: left;
|
float: left;
|
||||||
width: 80%;
|
width: 77%;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-top: 1px;
|
margin-top: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-auxiliary .mode .link .modeInfo {
|
.tab-auxiliary .mode .link .modeInfo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue