Fix text alignment for word-break

Recent google chrome updates showing awkard alignments on table.To
avoid them modifications in word-break css property are carried out
so that usability of content remains coherent on all browsers.

PROD-185
This commit is contained in:
uzairr
2019-05-02 15:39:46 +05:00
parent 194d158a3f
commit 64a87c9173
2 changed files with 1 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ table {
.xblock table {
table-layout: auto;
word-break: normal;
}
a {

View File

@@ -136,7 +136,6 @@ html.video-fullscreen {
.xblock {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
margin: 0 auto;
font: -apple-system-body;