SMF icon indicating copy to clipboard operation
SMF copied to clipboard

[2.1] Move hooks filter above table

Open dragomano opened this issue 1 year ago • 3 comments

Sometimes the hooks table layout is broken due to too long hook names. Moving the filter from the table header upwards solves this problem.

Before this change: sshot-11

After: sshot-12

dragomano avatar Feb 20 '24 16:02 dragomano

Would #8059 work on this scenario too? (as a similar solution)

DiegoAndresCortes avatar Feb 20 '24 18:02 DiegoAndresCortes

Yeah, if we update this rule:

#display_jump_to_select,
#message_index_jump_to_select,
#search_jump_to_select,
#quick_mod_jump_to_select,
#list_integration_hooks select {
	width: 29ch;
	overflow: hidden;
}

Can I use selector #list_integration_hooks select or should I add any ID for filter select field?

sshot-4

dragomano avatar Feb 20 '24 18:02 dragomano

That selector should be good

DiegoAndresCortes avatar Feb 20 '24 19:02 DiegoAndresCortes