From 16d422d9d82467ea6e6800bee5d1af06b7fe1d3b Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Tue, 25 Jun 2019 20:45:46 +0200 Subject: [PATCH 1/2] fix(fe-deflist): avoid horizontal scroll on pages with deflist --- templates/default-layout.lucius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 9db97efb6..6306920e2 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -502,7 +502,7 @@ ul.list--inline { @media (min-width: 768px) { .deflist { - grid-template-columns: max-content minmax(auto, max-content); + grid-template-columns: max-content minmax(0, max-content); .deflist { margin-top: -10px; From c82c3a9d80c4111b77ecda6ead30fdae25106b37 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Tue, 25 Jun 2019 23:09:47 +0200 Subject: [PATCH 2/2] chore: small commit to get the pipeline started --- templates/default-layout.lucius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 6306920e2..2fdc1b3de 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -580,7 +580,7 @@ section { justify-content: center; } } - + .form-group__input > .notification { margin: 0; }