From 732fb70730eec1727fccd1c12ef43cd4f16f6d22 Mon Sep 17 00:00:00 2001 From: decabeza Date: Sat, 7 Oct 2017 03:03:17 +0200 Subject: [PATCH] makes answers buttons width 100% on mobile size --- app/assets/stylesheets/participation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 8567bde69..ca9f7ab08 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1776,6 +1776,10 @@ margin-right: $line-height / 4; min-width: rem-calc(168); + @include breakpoint(medium down) { + width: 100%; + } + &.answered { background: #f4f8ec; border: 2px solid #92ba48;