From 0daed82b94408f987caa285c575b0d3faf1c9851 Mon Sep 17 00:00:00 2001 From: Syphax Bouazzouni Date: Tue, 1 Aug 2023 17:38:38 +0200 Subject: [PATCH] fix submission from tabs style by removing the old edit-ontology-tab cls --- app/assets/stylesheets/edit-ontology.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/edit-ontology.scss b/app/assets/stylesheets/edit-ontology.scss index 2ce9cd7bc3..2f131cdeaa 100644 --- a/app/assets/stylesheets/edit-ontology.scss +++ b/app/assets/stylesheets/edit-ontology.scss @@ -61,7 +61,7 @@ padding: 10px 15px; color: #888888; font-weight: 500; - margin: 15px 0; + margin: 3px 0; cursor: pointer; border-radius: 5px; transition: background-color ease 0.3s; @@ -71,13 +71,7 @@ background-color: #F6F6F6; } -.edit-ontology-tab { - width: 100%; - height: 100px; - display: flex; - justify-content: center; - font-size: 20px; -} + .edit-ontology-field div { font-size: 11px;