diff --git a/src/styles/index.scss b/src/styles/index.scss index a37ade7ae1bcbf5496f6b6fc9226b19747b61a88..21c447731e841c83ac2455ff99b5c899d82921a6 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; }