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:
@ -3,7 +3,8 @@
|
||||
}
|
||||
|
||||
.chosen-container {
|
||||
width: 250px !important;
|
||||
min-width: 250px !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.code-field {
|
||||
|
Reference in New Issue
Block a user