Put default width on select2

This commit is contained in:
benji 2015-09-11 18:22:54 +02:00
parent 54d9085170
commit c341c7213a

View file

@ -42,3 +42,7 @@ table.pure-table-striped {
}
}
}
#s2id_transaction_creditor {
min-width: 150px;
}