From 5f56f3850984c5fd7541940e776665b7ef75ff49 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Mon, 19 Jun 2023 19:05:55 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liore=20le=20design=20responsive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/components/articles.module.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/front/src/components/articles.module.scss b/front/src/components/articles.module.scss index 88f1cdee5..e48cea533 100644 --- a/front/src/components/articles.module.scss +++ b/front/src/components/articles.module.scss @@ -183,6 +183,9 @@ hr.horizontalSeparator { display: flex; flex-direction: row; flex-wrap: wrap; + + column-gap: 2em; + row-gap: 0.15em; padding: 1rem; position: relative; @@ -194,7 +197,7 @@ hr.horizontalSeparator { } .inlineField { - width: 100%; + flex: 1; } .title { @@ -208,7 +211,7 @@ hr.horizontalSeparator { } .actionButtons { - flex: 195px 1; + flex-shrink: 1; text-align: right; }