logbee / keyscore

Apache License 2.0
3 stars 0 forks source link

Overlapping Blocks in category-container due to unresponsive flex layout #57

Open kKdH opened 5 years ago

kKdH commented 5 years ago

Overlapping Blocks in category-container

Overlapping Blocks in category-container

MaxKarthan commented 5 years ago

It's not only in FF this is a known issue with the flex layout which is yet not implemented responsive.

kKdH commented 5 years ago

May be we can reduce font size and change category names so line breaks will work.

kKdH commented 5 years ago

Btw. Why did you use flex layout? @EndallBatan93 solves everything with MatTables 😂

MaxKarthan commented 5 years ago

Well this would work for the default categories but relying on well chosen category names for a proper layout does not seem to be a great solution xD. Allow CSS to line break everywhere also looks terrible. Let flexbox just use the space it needs results in different widths for each row. I will look for a solution as soon as we finished the user study.

Btw. Why did you use flex layout? @EndallBatan93 solves everything with MatTables

Which also uses flex layout under the hood ;)

kKdH commented 5 years ago

All right. Got it. I had no idea that it is that hard to solve. Let me known if it is reasonable to schedule this issue to milestone 0.3.0