Merge pull request from ae-utbm/fix-election-css

Fix election css
This commit is contained in:
thomas girod 2025-06-15 20:20:01 +02:00 committed by GitHub
commit 6782638a5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;