This commit is contained in:
Cüneyt Şentürk 2020-08-10 14:21:48 +03:00
parent 48a37246c5
commit 139f02eec6

View File

@ -254,6 +254,15 @@ tbody .row {
} }
/*--------Table Body Row Margin Finish--------*/ /*--------Table Body Row Margin Finish--------*/
/*--------Table Cell Text Wrap--------*/
.el-table td,
.el-table th,
.table td,
.table th {
white-space: normal;
}
/*--------Table Cell Text Wrap Finish--------*/
/*--------Item Column Image--------*/ /*--------Item Column Image--------*/
.item-img { .item-img {
width: 38px; width: 38px;