Skip to content

Commit

Permalink
Fix #658 首页推荐话题标题太长会换行的老毛病...
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 4, 2016
1 parent 9f39cb2 commit 7382b68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ h2 {
a { color: #666; margin: 6px; display: inline-block; }
}
}

.home_suggest_topics {
.topics {
.topic {
.title {
height: 30px;
overflow: hidden;
}
}
}
}

0 comments on commit 7382b68

Please sign in to comment.