From c0e70edb95fe47d92e6b5497cc953c8d8830cb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 4 Jan 2019 12:50:12 +0100 Subject: [PATCH] MOBILE-2795 ux: Button grid can have two rows --- src/app/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app.scss b/src/app/app.scss index a38bb07a0..7d49632fc 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -411,6 +411,10 @@ ion-app.app-root { } } + .col > .button-block { + contain: content; + } + // File uploader. // -------------------------