Skip to content

Commit 8a272da

Browse files
committed
[FIX] table overflow ref issue #2022
1 parent 69ea8d9 commit 8a272da

File tree

1 file changed

+7
-0
lines changed
  • public/site_assets/bootstrap/css

1 file changed

+7
-0
lines changed

public/site_assets/bootstrap/css/mpos.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,13 @@ table.dataTable thead .sorting:after {
278278
color: rgba(50,50,50,.5);
279279
}
280280

281+
.table {
282+
width: 100%;
283+
margin-bottom: 20px;
284+
table-layout: fixed;
285+
word-wrap: break-word;
286+
}
287+
281288
/* Circle Buttons */
282289

283290
.btn-circle {

0 commit comments

Comments
 (0)