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