Skip to content
Snippets Groups Projects
Commit cd24df01 authored by Tucker McKnight's avatar Tucker McKnight Committed by James Williams
Browse files

Only use word-wrap instead of word-break

word-break will break in the middle of words

fixes CNVS-39940

test plan:
- make sure that text in tables, like on the User and Course
Search page, doesn't get cut off mid-word when the text is
longer than the column

Change-Id: Ie055d3afb11574ea398c3cc20d103b61251e0cea
Reviewed-on: https://gerrit.instructure.com/129594


Reviewed-by: default avatarRob Orton <rob@instructure.com>
Tested-by: Jenkins
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Reviewed-by: default avatarRyan Shaw <ryan@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
parent 5ff97335
Branches
Tags release/2018-07-14.04
No related merge requests found
......@@ -28,7 +28,6 @@
.grid-row {
padding-right: 10px;
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
.icon-stats, .icon-message{
......
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