From 31d63f57c851c8dc91edb6d3ef71b24d259c15de Mon Sep 17 00:00:00 2001 From: Alexis Poyen <apoyen@mail.apoyen.fr> Date: Thu, 28 May 2020 16:33:10 +0200 Subject: [PATCH] UI : prevent content overflow on card --- web/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style.css b/web/style.css index 2267274..2d78c88 100644 --- a/web/style.css +++ b/web/style.css @@ -103,4 +103,8 @@ img { background-color: rgba(55,122,195,.95); font-weight: bold; color: white; +} + +.card-content .level-left { + flex-basis: 70%; } \ No newline at end of file -- GitLab