From 7bba9ce8c335b5cb2bf94936ccb5b1aef25211ab Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 28 Sep 2023 17:49:44 +0200 Subject: [PATCH] :bug: Gap responsive buttons --- .../Layouts/Folder/FolderInformation/classes.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss b/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss index 8d16dc82..ce30f22f 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss +++ b/src/front/Components/Layouts/Folder/FolderInformation/classes.module.scss @@ -67,7 +67,8 @@ } @media (max-width: $screen-m) { - display: block; + display: flex; + flex-direction: column; .delete-folder { margin-left: 0;