From 2406485ae7b453bce2ac211f8ad018503b30b662 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Tue, 10 Nov 2020 15:27:14 +0100 Subject: [PATCH] frontend: fix css priority on td.actions child margin --- assets/sass/app.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/sass/app.scss b/assets/sass/app.scss index 2b59433..8e783e9 100644 --- a/assets/sass/app.scss +++ b/assets/sass/app.scss @@ -12,10 +12,6 @@ td.actions { justify-content: center; align-items: center; - > *:not(:first-child) { - margin-left: 8px; - } - form { padding: 0; display: inline; @@ -29,6 +25,10 @@ td.actions { margin-right: 0; } } + + > *:not(:first-child) { + margin-left: 8px; + } } body > header {