break long words

This commit is contained in:
Bilal Catic
2018-11-15 11:38:09 +01:00
parent 337f031705
commit 56c171df3e

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;
} }
} }
} }