From 12fcc0421be7316fc072f72b72f227738c3de633 Mon Sep 17 00:00:00 2001 From: sonny Date: Wed, 3 Jun 2020 19:34:56 +0200 Subject: [PATCH] Add missing import rules button --- .../news/collection/templates/news/collection/views/rules.html | 1 + src/newsreader/scss/components/form/_form.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/newsreader/news/collection/templates/news/collection/views/rules.html b/src/newsreader/news/collection/templates/news/collection/views/rules.html index 692e10a..1da7c4d 100644 --- a/src/newsreader/news/collection/templates/news/collection/views/rules.html +++ b/src/newsreader/news/collection/templates/news/collection/views/rules.html @@ -15,6 +15,7 @@
{% trans "Add a rule" %} + {% trans "Import rules" %}
diff --git a/src/newsreader/scss/components/form/_form.scss b/src/newsreader/scss/components/form/_form.scss index aff9283..79d3e43 100644 --- a/src/newsreader/scss/components/form/_form.scss +++ b/src/newsreader/scss/components/form/_form.scss @@ -46,6 +46,7 @@ &__actions { display: flex; flex-direction: row; + gap: 15px; @include form-padding; }