Commit bbf40a46 by Jonathan Piacenti

Fix word breaks for studio.

parent 3fc71a8f
...@@ -133,6 +133,8 @@ ...@@ -133,6 +133,8 @@
display: inline-block; display: inline-block;
width: 100%; /* Make sure size of content never exceeds size of item */ width: 100%; /* Make sure size of content never exceeds size of item */
/* (this can happen if item displays image whose width exceeds computed max-width of item) */ /* (this can happen if item displays image whose width exceeds computed max-width of item) */
overflow-wrap: break-word;
word-wrap: break-word;
} }
/* Placed option */ /* Placed option */
......
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