Skip to content

Commit

Permalink
Corrige l'affichage des sous-titres des sujets du forum (fix #4828)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored and gllmc committed Jan 4, 2018
1 parent 4b76f82 commit 28b71ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/components/_topic-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,17 @@

.topic-title,
.topic-subtitle {
display: inline-block;
margin: 0 !important;
padding: 0;
}
.topic-title {
display: inline-block;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
}
.topic-subtitle {
display: block;
min-height: 24px;
line-height: 1.5em;
color: #777;
Expand Down

0 comments on commit 28b71ae

Please sign in to comment.