I am developing an Angular web page that has a table. I did eberything in Angular side, Now I am struggling with CSS/HTML side. I have to display the data in one column as bigger text. That means the text should fit the entire height of the table row.
So I created a fiddle (no angular included, only html and css).
Any help would be greatly appreciated.
[https://jsfiddle.net/SudhirSahoo/agxc18Ly][1]
I am using bootstrap and the screen size may differ. If I give fixed line-height in text3 css class, then it works in one screen, but in another bigger screen, it does n't look good.
In the fiddle I want to display the defects in "This Qtr" column as shown in below image.