Why the content is being shrinking after adding display flex
Making all div to follow the height of the tallest div
i want to achieve that all the div that is in table values should be of the same height in short the height of all the div should be of the same height inside the table values
I have tried some solutions but didn’t work for me.
As shown in the image the first line item is the tallest so all the other have the height of the tallest one
Div not taking height according to the parent container
I am setting the height of the parent container to 70% and inside that I am using two divs but when giving both child div height 100% it is taking the height of the whole container not from the parent container which is 70%
Not taking height according to the parent container
I am setting the height of the parent container to 70% and inside that I am using two divs but when giving both child div height 100% it is taking the height of the whole container not from the parent container which is 70%
Applying CSS filter property to PDF generated with WeasyPrint
I’m using the WeasyPrint library to generate a PDF from HTML and CSS.