From 79f92ff596e604cbf69202ac1f005712f8557ff5 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Fri, 21 Dec 2018 10:55:47 +0100 Subject: [PATCH] Fixed a small display issue with radio card in queue tab --- front/src/style/_main.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index e8f5333c..4caa0f43 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -172,6 +172,9 @@ body { fill: white; } } + .tab { + flex-direction: column; + } } .discrete { -- GitLab