6 lines
297 B
CSS
6 lines
297 B
CSS
.branch-list {padding-left: 0; margin: 0;}
|
|
.branch-list > li {float: left; list-style: none; width: 50%; margin: 5px 0;}
|
|
.data-basic.table-data tbody > tr > th {width: 100px;}
|
|
.col-12 .cell table td{word-wrap: break-word; word-break: normal;}
|
|
.row > .col-sm-12:first-child {padding-bottom: 20px;}
|