mirror of
https://github.com/ae-utbm/sith.git
synced 2025-06-26 13:15:18 +00:00
Merge pull request #1122 from ae-utbm/fix-election-css
Fix election css
This commit is contained in:
commit
6782638a5d
@ -93,13 +93,14 @@ $min_col_width: 100px;
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
row-gap: 10px;
|
gap: 20px;
|
||||||
padding: $padding;
|
padding: $padding;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
||||||
>.role_text {
|
>.role_text {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
>h4 {
|
>h4 {
|
||||||
@ -107,7 +108,6 @@ $min_col_width: 100px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.role_description {
|
.role_description {
|
||||||
flex-grow: 1;
|
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
text-wrap: auto;
|
text-wrap: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user