From 5b3910073eb65da76e82d44471719f475c00f69f Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Wed, 13 May 2020 19:25:52 +0200 Subject: [PATCH] Some important css fixes --- src/styles/index.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index a37ade7a..21c44773 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -2051,9 +2051,15 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ margin-top: 2rem; } #mentor-account .block_list.flex, #entrepreneur-account .block_list.flex, #mentor-account-view .block_list.flex, -#entrepreneur-account-view .block_list.flex, #user-account-view .block_list.flex, #mentor-resource-create .block_log { +#entrepreneur-account-view .block_list.flex, #user-account-view .block_list.flex, #mentor-resource-create .block_log, +#mentor-resource-edit .block_log { margin-bottom: 19rem; } + +#mentor-resource-create .block_creat_count, #mentor-resource-edit .block_creat_count { + overflow: initial; +} + #entrepreneur-request-create sib-set-default[name="complementary_information"] cs-section_header[name="header_complementary"] h2{ margin-top:3rem; } -- GitLab