1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

bug fixes

This commit is contained in:
Hillel Coren 2014-03-03 20:31:29 +02:00
parent c87a58c3c5
commit a6fac4f900

View File

@ -54,7 +54,7 @@ padding-top: 10px;
} }
textarea.form-control { textarea.form-control {
/*height: auto !important;*/ /*height: auto !important;*/
min-height: 38px; min-height: 40px;
} }
/*tables*/ /*tables*/
table.dataTable { border-radius: 3px; border-collapse: collapse; table.dataTable { border-radius: 3px; border-collapse: collapse;