Skip to content

Commit

Permalink
mobile layout fix for long rss feed from value
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Nov 7, 2018
1 parent e77479f commit 77237a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ textarea, select, input { border: solid 1px #ddd; background-color: #fff; color:
.news_cell .subject, .news_cell .subject div{ padding-bottom: 5px !important; overflow: visible; white-space: normal; }
.news_cell .icon { float: right; }
.icon { white-space: nowrap; }
.news_cell .from {float: left; font-size: 100% !important; color: #111; letter-spacing: 0px; }
.news_cell .from {max-width: 100%; float: left; font-size: 100% !important; color: #111; letter-spacing: 0px; }
.nofrom { color: #aaa !important; }
.news_cell .source {float: left; padding-right: 10px; font-size: 100% !important;}
.news_cell .msg_date { clear: both; }
Expand Down

0 comments on commit 77237a3

Please sign in to comment.