Merge branch 'allign-order-table' into 'development'

break long words

See merge request saburly/wiaas/new-wiaas!65
This commit was merged in pull request #65.
This commit is contained in:
Almira
2018-11-15 15:23:51 +00: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;
} }
} }
} }