From 2fdac9b438b06af9d15fe67509159e98a3d24e72 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 2 Feb 2025 12:52:50 +0200 Subject: [PATCH] style(next): small margin to promoted attribute cells --- src/public/stylesheets/theme-next/shell.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 1f80fcb0f..1e735b7bf 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1655,4 +1655,9 @@ body .calendar-dropdown-widget .calendar-body a:hover { border-radius: 8px; padding-left: 12px; +} + +/* Promoted attributes */ +.promoted-attribute-cell div.input-group { + margin: 1px 0; } \ No newline at end of file