When I set table column multiline the margin around text in column reduces and this doesnot look good.
How I can have same margin around text in multi line column as avaiable in singleline column>
Thanks
Umesh
When I set table column multiline the margin around text in column reduces and this doesnot look good.
How I can have same margin around text in multi line column as avaiable in singleline column>
Thanks
Umesh
Hi,
Could you please describe your problem in more detail? Code samples and screenshots that demonstrate the issue are appreciated.
Regards,
Gleb
This is margin around table column text in single line mode
This is reduced when multiline is selected
I want margin to remain same as single line.
Hi,
I extend app theme using:
.v-table-cell-wrapper {
line-height: 1.2;
margin-top: 6px;
margin-bottom: 6px;
}
and get result: