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

Adjust tab badding so that the new dataflash tab doesn't cause the tabs

to wrap.
This commit is contained in:
Dominic Clifton 2015-02-26 19:19:44 +00:00
parent 400ac563c9
commit 07760e717c

View file

@ -271,7 +271,7 @@ input[type="number"]::-webkit-inner-spin-button {
#tabs li {
float: left;
margin-right: 5px;
margin-right: 4px;
border: 1px solid #848484;
border-bottom: 0;
@ -282,9 +282,7 @@ input[type="number"]::-webkit-inner-spin-button {
height: 15px;
padding: 5px;
padding-left: 6px;
padding-right: 6px;
padding: 5px 4px;
background-color: #d0d0d0;
}