Fix election page css (#508)

* Fix election candidate overflowing texte
* Fix "Show Less" invisible still occurring in production (wtf)
* Fix program text still overflowing still occurring in production (wtf)

Bonus:
* Fix miss-aligned links in navbar
This commit is contained in:
Julien Constant
2022-12-12 21:22:18 +01:00
committed by GitHub
parent 3e5c36b39e
commit 823bd578f2
3 changed files with 3 additions and 1 deletions

View File

@ -199,6 +199,7 @@ $min_col_width: 100px;
align-items: center;
gap: $gap;
padding: 10px;
max-width: 100%;
>img {
max-width: 100% !important;