Hello, everyone. My name is Mukul and I am thinking someone could run some magic and tell me where I am doing wrong. Here is the “table” which I am creating using Grids. . And the section where it says Locality, since the data will come from a form it can get bigger than what text I have put. So I have given a max width to the text div so that any longer text would come down (so width doesn’t increase and only height increases). But when I try putting longer text for short increments like adding 10-15 characters, expected behaviour is happening but when I try adding 100 characters extra the height is not increasing and the width is getting increased and text overflowing to the next entry. Uploading another pic for clarification . Can someone please help me fix this?
I have tried using overflow auto(it works fine) but I do not want a scrolling container I wanted just the height to increase accordingly. Sharing my webflow link
The reason I used multiple grids because I thought how would I style the table Headings row, for example if I wanted to make the table heading whole 1st row bg color of lightish grey so it looks different from the entries below it, how would I do that? If I apply bg color to the first row won’t it apply to all the rows? Again, I am just asking because I want to learn. Right now if I try to assign bg color by setting the same class to the headings, the weird white colour gap is getting left. Like this
Amazing I applied the word break and it works! I am so happy! Also your explanations cleared so many doubts regarding the grid. Thanks a lot!!! By the way it doesn’t show in the Designer(after adding custom code) but when I publish, it shows!