Maximize Issue Id Field Width

This commit is contained in:
Bengt Brodersen 2015-07-06 18:18:26 +02:00
parent 598821927d
commit 62676efed4

View File

@ -798,9 +798,9 @@ body {
left: 1rem; left: 1rem;
top: 1.2rem; top: 1.2rem;
height: 1.5rem; height: 1.5rem;
max-width: 10rem; max-width: calc(85% - 5rem);
min-width: 5rem; min-width: 5rem;
padding-left: 2.4rem; padding-left: 2.1rem;
padding-right: 0.4rem; padding-right: 0.4rem;
background-color: WHITESMOKE; background-color: WHITESMOKE;
line-height: 1.3rem; line-height: 1.3rem;