Closed BeckeBauer closed 3 years ago
Same on demo? Which browser ... is this happening?
same on demo:
I am using MS Edge
Maybe a rule like this would help
#quick_entry_form .select2-container {
max-width: 250px;
}
it worked for me as follows:
.select2-container {
max-width: 200px;
}
Thank you!
That rule applies to every dropdown, doesn't it?
I do not mind; #quick_entry_form
upfront had no effect
Sometimes, I have (too) long project and/or activity names. When opening the weekly working tab, the project field and/or activity field uses most of the space (and no working time is shown):
It would be great to have a CSS option that would introduce a line-break or an option to scroll horizontally