mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
Prevent accidental too wide chosen boxes
This commit is contained in:
parent
5bb349eb7a
commit
5c96c8c986
@ -548,7 +548,7 @@ var et2_selectbox = et2_inputWidget.extend(
|
|||||||
{
|
{
|
||||||
this.input.attr("data-placeholder", this.options.empty_label);
|
this.input.attr("data-placeholder", this.options.empty_label);
|
||||||
}
|
}
|
||||||
this.input.css("width","100%")
|
this.input.css("width",this.options.tags ? "100%":'')
|
||||||
.chosen({
|
.chosen({
|
||||||
})
|
})
|
||||||
.change(this.onchange);
|
.change(this.onchange);
|
||||||
|
Loading…
Reference in New Issue
Block a user