Skip to content
Snippets Groups Projects
Commit 64a87c91 authored by uzairr's avatar uzairr
Browse files

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
parent 194d158a
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment