mirror of
https://github.com/ae-utbm/sith.git
synced 2025-06-16 16:15:21 +00:00
fix: bad role title alignment in election.scss
This commit is contained in:
parent
9c8e3b7cac
commit
dcc84894e5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user