From d82e848303a87347df9a5d5b058b6379b59c0a51 Mon Sep 17 00:00:00 2001 From: Stephan Porada <sporada@uni-bielefeld.de> Date: Wed, 16 Sep 2020 09:43:28 +0200 Subject: [PATCH] Remove row margin --- web/app/templates/corpora/analyse_corpus.html.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/templates/corpora/analyse_corpus.html.j2 b/web/app/templates/corpora/analyse_corpus.html.j2 index 36f271da..e42db070 100644 --- a/web/app/templates/corpora/analyse_corpus.html.j2 +++ b/web/app/templates/corpora/analyse_corpus.html.j2 @@ -41,7 +41,8 @@ <div class="col s12" id="query-display"> <div class="card"> <div class="card-content" id="result-list" style="overflow: hidden;"> - <div id="interactions-menu" class="row hide"> + <div id="interactions-menu" class="row hide" + style="margin-bottom: 0px;"> {% include 'interactions/infos.html.j2' %} {% include 'interactions/export.html.j2' %} {% include 'interactions/create.html.j2' %} -- GitLab