Keleo / CustomCSSBundle

Kimai bundle to add custom CSS rules to your installation.
https://www.kimai.org/store/keleo-css-custom-bundle.html
MIT License
15 stars 10 forks source link

responsive tables for weekly working hours #15

Closed BeckeBauer closed 3 years ago

BeckeBauer commented 3 years ago

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):

screenshot

It would be great to have a CSS option that would introduce a line-break or an option to scroll horizontally

kevinpapst commented 3 years ago

Same on demo? Which browser ... is this happening?

BeckeBauer commented 3 years ago

same on demo:

image

I am using MS Edge

kevinpapst commented 3 years ago

Maybe a rule like this would help


#quick_entry_form .select2-container {
max-width: 250px;
}
BeckeBauer commented 3 years ago

it worked for me as follows:

.select2-container {
max-width: 200px;
}

Thank you!

kevinpapst commented 3 years ago

That rule applies to every dropdown, doesn't it?

BeckeBauer commented 3 years ago

I do not mind; #quick_entry_form upfront had no effect