From e547a8924630c1f75ae65b20d36251155f8e4651 Mon Sep 17 00:00:00 2001 From: Deus Figendi Date: Thu, 24 Aug 2017 23:56:11 +0200 Subject: [PATCH] fixes #7573 long poll answers closes #7579 --- Changelog.md | 1 + app/assets/stylesheets/poll.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 958139e97..e7e141c2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ * Remove Internet Explorer workarounds [#7557](https://github.com/diaspora/diaspora/pull/7557) ## Bug fixes +* Fix displaying posts with long labels [#7579](https://github.com/diaspora/diaspora/pull/7579) ## Features * Ask for confirmation when leaving a submittable comment field [#7530](https://github.com/diaspora/diaspora/pull/7530) diff --git a/app/assets/stylesheets/poll.scss b/app/assets/stylesheets/poll.scss index e5d805270..21a5e8402 100644 --- a/app/assets/stylesheets/poll.scss +++ b/app/assets/stylesheets/poll.scss @@ -18,6 +18,7 @@ box-shadow: 0 0 0; height: 10px; margin-bottom: 5px; + clear: both; .bar { background: $border-dark-grey none; @@ -46,6 +47,7 @@ font-weight: normal; margin-bottom: 5px; vertical-align: middle; + display: inline; } [type=radio],