message view: Fix line-wrapping of empty conversation/feed message.

This commit is contained in:
Shubham Dhama
2017-08-25 02:10:27 +05:30
committed by showell
parent 67abd9d1f7
commit dc49f563eb

View File

@@ -2330,7 +2330,7 @@ button.topic_edit_cancel {
} }
.empty_feed_notice { .empty_feed_notice {
padding: 3em 4em; padding: 3em 1em;
display: none; display: none;
text-align: center; text-align: center;
} }