From 2da262a262cfc891c1355cb4380c9c3d21e34071 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 4 Jun 2015 22:49:42 +0200 Subject: [PATCH] Bootstrap3: fix likes avatars and conversation participants --- app/assets/stylesheets/conversations.scss | 2 +- app/assets/stylesheets/stream_element.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/conversations.scss b/app/assets/stylesheets/conversations.scss index 4e35d2b0a..b606e6afc 100644 --- a/app/assets/stylesheets/conversations.scss +++ b/app/assets/stylesheets/conversations.scss @@ -50,7 +50,7 @@ background-color: lighten($blue,5%); cursor: pointer; .participants { - height: 25px; + height: 31px; margin-top: 5px; padding-top: 5px; border-color: rgba($border-grey, 1) diff --git a/app/assets/stylesheets/stream_element.scss b/app/assets/stylesheets/stream_element.scss index fc7aa109d..b1aa30921 100644 --- a/app/assets/stylesheets/stream_element.scss +++ b/app/assets/stylesheets/stream_element.scss @@ -66,7 +66,7 @@ margin-top: 10px; font-size: 12px; line-height: 16px; - .bd { display: inline-block; } + .author-name, .bd { display: inline-block; } .entypo.heart { display: inline-block; font-size: 16px;