diff --git a/public/css/custom.css b/public/css/custom.css index 0ad94465e..4ce2a5f39 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -255,10 +255,10 @@ tbody .row { /*--------Table Body Row Margin Finish--------*/ /*--------Table Cell Text Wrap--------*/ -.el-table td, -.el-table th, -.table td, -.table th { +#reconciliations-table .el-table td, +#reconciliations-table .el-table th, +#reconciliations-table .table td, +#reconciliations-table .table th { white-space: normal; } /*--------Table Cell Text Wrap Finish--------*/