Merge pull request #20380 from edx/PROD-185/fix-text-alignment-in-table
Fix text alignment for word-break
This commit is contained in:
@@ -58,6 +58,7 @@ table {
|
||||
|
||||
.xblock table {
|
||||
table-layout: auto;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user