diff --git a/www/css/styles.css b/www/css/styles.css
index bc0d516..53e62c6 100644
--- a/www/css/styles.css
+++ b/www/css/styles.css
@@ -162,6 +162,11 @@ img.icon {
width: 385px;
max-height: 100%;
overflow-y: auto; }
+ #story #msg .directions h3 {
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
+ margin-right: 5em; }
#story #msg .msg__info, #story #msg .directions > div {
padding: 10px;
margin-bottom: 10px;
diff --git a/www/index.html b/www/index.html
index fb867df..26ff637 100644
--- a/www/index.html
+++ b/www/index.html
@@ -70,7 +70,7 @@
Create message
-