From 83e0a50b572375d65b57ed970c2cc647fc49a9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 9 Mar 2023 17:47:32 +0100 Subject: [PATCH] Fixed: do not alter layout for bootstrap --- .../Resources/public/chill/chillactivity.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss b/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss index 01364717e..d70bd28c3 100644 --- a/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss +++ b/src/Bundle/ChillActivityBundle/Resources/public/chill/chillactivity.scss @@ -90,15 +90,9 @@ div.flex-bloc.concerned-groups { } /// DOCUMENT LIST IN ACTIVITY ITEM - li.document-list-item { display: flex; width: 100%; justify-content: space-between; margin-bottom: 0.3rem; - - .dropdown-toggle { - border-radius: 5px; - line-height: 1rem; - } }