amuse.git

commit dbc0f4327fc431425a738ec94d7e719a5e23de25

Author: Adam <git@apiote.tk>

ellipsise overflow in random commedy placeholder

 static/style/style.css | 1 +


diff --git a/static/style/style.css b/static/style/style.css
index f648c5337cd455c3bfef0e70e6c4e69668753aad..a282d2a95d9c376c4de68151e2ab30a295b81209 100644
--- a/static/style/style.css
+++ b/static/style/style.css
@@ -190,6 +190,7 @@ }
 
 ::placeholder {
 	font-weight: 200;
+	text-overflow: ellipsis;
 }
 
 .list-style-none {