From 187585b32f5627aabb784adfcb22de58c0d80210 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Sep 2025 23:37:00 +0300 Subject: [PATCH] style(next): fix alignment of multiplicity in promoted attrs --- apps/client/src/stylesheets/theme-next/shell.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index f09b662b1..28679abc7 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -1410,6 +1410,13 @@ div.promoted-attribute-cell .multiplicity:has(span) { margin-left: 8px; margin-right: calc(var(--pa-card-padding-left) - var(--pa-card-padding-right)); font-size: 0; /* Prevent whitespaces creating a gap between buttons */ + display: flex; +} + +div.promoted-attribute-cell .multiplicity:has(span) span { + display: flex; + align-items: center; + justify-content: center; } /*