mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: edit category tags select-kit inputs width were wrong (#6568)
This commit is contained in:
@@ -39,7 +39,9 @@ export default SelectKitComponent.extend({
|
||||
@on("didRender")
|
||||
_setChoicesMaxWidth() {
|
||||
const width = this.$body().outerWidth(false);
|
||||
this.$(".choices").css({ maxWidth: width });
|
||||
if (width > 0) {
|
||||
this.$(".choices").css({ maxWidth: width });
|
||||
}
|
||||
},
|
||||
|
||||
@on("didReceiveAttrs")
|
||||
|
||||
Reference in New Issue
Block a user