Skip to content

Commit

Permalink
Fix display issue in forum category style when adding an image aligne…
Browse files Browse the repository at this point in the history
…d left - refs CT#8214
  • Loading branch information
ywarnier committed May 9, 2016
1 parent 621fefa commit 45a6422
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Resources/public/css/base.css
Expand Up @@ -2964,6 +2964,9 @@ a:active{
tr.forum_category_header a {
color: #fff;
}
.forum-description {
display: inline-block;
}
/* **** FORUM **** */
.forum_header {
background-color: #EEF;
Expand Down Expand Up @@ -5880,4 +5883,4 @@ a.sessionView {
border: 2px dashed #bbbbbb;
font-size: 120%;
margin-bottom: 0;
}
}

0 comments on commit 45a6422

Please sign in to comment.