Margin around muitiline column in table reduces

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
Capture1

This is reduced when multiline is selected
Capture

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:
multiline

1 Like

Thanks @alexander.erohin,

How to align text in cell to top.

Thanks