From dcc84894e5a340618fe370303e6d3b78e68ac228 Mon Sep 17 00:00:00 2001 From: imperosol Date: Sat, 14 Jun 2025 10:43:02 +0200 Subject: [PATCH] fix: bad role title alignment in election.scss --- election/static/election/css/election.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/election/static/election/css/election.scss b/election/static/election/css/election.scss index 95f87f17..3f12ebc1 100644 --- a/election/static/election/css/election.scss +++ b/election/static/election/css/election.scss @@ -93,13 +93,14 @@ $min_col_width: 100px; align-items: center; justify-content: space-between; margin: 0; - row-gap: 10px; + gap: 20px; padding: $padding; width: 100%; >.role_text { display: flex; + width: 100%; flex-direction: column; >h4 { @@ -107,7 +108,6 @@ $min_col_width: 100px; } .role_description { - flex-grow: 1; margin-top: .5em; text-wrap: auto; text-align: left;