Fix chosen form width to allow a larger form for long list entries

Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
This commit is contained in:
Sebastian Serth
2018-02-27 18:05:38 +01:00
parent 7b93caf4b3
commit 68d3bf80b5

View File

@ -3,7 +3,8 @@
} }
.chosen-container { .chosen-container {
width: 250px !important; min-width: 250px !important;
width: 100% !important;
} }
.code-field { .code-field {