1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00

Fix task input width

This commit is contained in:
Hillel Coren 2016-09-18 22:29:14 +03:00
parent 3540b43beb
commit 96775394b9

View File

@ -12,7 +12,7 @@
<style type="text/css">
input.time-input {
width: 110px;
width: 100%;
font-size: 14px !important;
}