Merge pull request #20380 from edx/PROD-185/fix-text-alignment-in-table

Fix text alignment for word-break
This commit is contained in:
Uzair Rasheed
2019-05-03 12:50:11 +05:00
committed by GitHub
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;