From 139f02eec66aa8d9dc567b36fa35522ad76712ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 10 Aug 2020 14:21:48 +0300 Subject: [PATCH] refs #1551 --- public/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/custom.css b/public/css/custom.css index 13a4ed019..359a585fe 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -254,6 +254,15 @@ tbody .row { } /*--------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-img { width: 38px;