css - Adjust table automatically -


i've table containing 1 row of radio options , 2 paragraphs out of 1 displayed , hidden based on value selected user in radio options.

the issue is, 2 paragraphs of different content length making 1 paragraph consuming more space in table. when user selects option display bigger paragraph, table expands automatically fit bigger content. again laterm if user selects radio option display small paragraph, not shrink should shrink fit small paragraph.

is there handle in css?

thanks.

you try add css below, if not work, please paste codes here further investigation? hope helps. table-layout:fixed;


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -