From ff5cdbdc95f3cc2bf28cde27e5e544a3efca3d38 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 8 May 2017 12:32:20 +0200 Subject: [PATCH] fix 3-dots menu position Signed-off-by: Thomas Citharel --- app/Resources/static/themes/material/css/cards.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 40351475..f5b79193 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -27,7 +27,7 @@ main { color: #313131; } - .card-content .card-title { + .card-stacked .card-content .card-title { display: inline-block; } -- 2.41.0