Fix number input width

Closes #411
This commit is contained in:
Raimund Schlüßler 2019-05-16 19:55:01 +02:00
parent 5648b2fd7f
commit f8ad462c3c
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -931,16 +931,21 @@
&.duration-input {
margin: 2px 0 0 .3em;
width: 35px;
width: 44px;
}
&.percent-input,
&.priority-input {
width: 35px;
width: 44px;
margin-top: 0;
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
select {
background-color: rgba(0, 0, 0, 0);
border-radius: 0;