Merge pull request #152 from openHPI/SS/fix_chosen_width

Fix chosen form width to allow a larger form for long list entries
This commit is contained in:
rteusner
2018-03-01 19:36:41 +01:00
committed by GitHub

View File

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