chrisawoke / kaban-task-board

This is our team workflow project for Digitstem and Tekskillup internship.
1 stars 7 forks source link

Description goes out of the taks component #16

Open FrancoAguirre112 opened 9 months ago

FrancoAguirre112 commented 9 months ago

Replicate: Write a long description for a task.

For some reason each individual task doesn't allow their descriptions to change the size of the container. It must be a class I missed or maybe a class in one of the parent components since this was also a bug before I started working on it.

buberrie commented 9 months ago

I gave the task container a fixed height, because I want them all to be the same size regardless of the size of the content, and width 100%. For the overflowing text, it is caused because of the length of the word, and realistically speaking words can't be that unnecessarily long. May be if there is a way to break a word that could fix the problem.