break long words #65

Merged
bilal.catic merged 1 commits from allign-order-table into development 2018-11-15 16:23:52 +01:00

View File

@@ -25,6 +25,7 @@
font-weight: 600; font-weight: 600;
text-align: left; text-align: left;
color: #33425b; color: #33425b;
word-break: break-all;
} }
.wiass-table-small-scr-header{ .wiass-table-small-scr-header{
@@ -50,6 +51,7 @@
} }
.wiaas-table-col { .wiaas-table-col {
padding-bottom: 0.2rem; padding-bottom: 0.2rem;
word-break: break-all;
} }
} }
} }