Commit e551ebf6 authored by Fernando Arias's avatar Fernando Arias

Update text-break-word rule

* change to break-all for proper wrapping across all browsers
parent 0d8222e3
......@@ -49,7 +49,7 @@
}
.text-break-word {
word-break: break-word;
word-break: break-all;
}
.hint { font-style: italic; color: $gl-gray-400; }
......
Markdown is supported
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