Skip to content

Commit

Permalink
reconciliations-table styling..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Sep 7, 2020
1 parent dac3687 commit ba4525b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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--------*/
Expand Down

0 comments on commit ba4525b

Please sign in to comment.