From 259adf53f69d8a5287fa3f8a6a579a0a237db13d Mon Sep 17 00:00:00 2001 From: webfussel Date: Fri, 9 May 2025 20:22:38 +0200 Subject: [PATCH] fix: design adjustments Smaller name, ellipsis for long name, indicator for number of roles/sheets/layers --- app/assets/styles/priceCard.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/styles/priceCard.css b/app/assets/styles/priceCard.css index 17b6062..119a4c0 100755 --- a/app/assets/styles/priceCard.css +++ b/app/assets/styles/priceCard.css @@ -48,12 +48,8 @@ gap: 1rem; justify-content: space-between; - & > * { - flex-basis: 10%; - flex-grow: 0; - } - & > .info { + flex-grow: 0; align-items: center; gap: .25rem;