diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php index a1e74f8e0..d987cbb92 100644 --- a/e107_admin/prefs.php +++ b/e107_admin/prefs.php @@ -1154,7 +1154,7 @@ $text .= " - ".$frm->tags('profanity_words', $pref['profanity_words'])." + ".$frm->tags('profanity_words', $pref['profanity_words'], 250, array('maxItems'=>40))."
".PRFLAN_44."
diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 8943ab1ec..dff7ce24b 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1345,6 +1345,7 @@ li.rssRow > div { .selectize-control div.item { border-radius:3px; } .selectize-control div.item .remove { margin-top:3px } .selectize-input.focus { box-shadow: inherit; } +.form-control.selectize-input { min-height:38px; height:auto; } /*