Skip to content

Commit

Permalink
fix: overflow of vertical images in page view (#364)
Browse files Browse the repository at this point in the history
* fix: added rules to hide overflow of vertical image

* fix: updated release note

* fix: updated release note

* fix: removed max-height from header pic

---------

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
sabrina-bongiovanni and pnicolli authored Oct 13, 2023
1 parent 5206265 commit e584f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

### Fix

- Eliminata la sovrapposizione tra immagine e testo nel tipo documento Pagina quando l'immagine è verticale
- Cambiato il colore del bordo dell'icona Ricerca nell'header dei sottositi per garantire il contrasto per accessibilità
- Non mostrare la fascia colorata del footer di un sottosito quando questo non è compilato
- Risolto un bug nel componente Object Browser che permetteva di selezionare più elementi di quelli consentiti
Expand Down
1 change: 0 additions & 1 deletion src/theme/ItaliaTheme/Components/_pageHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.header-image {
max-width: 16em;
max-height: 8em;
}

.link-list-wrapper .link-list {
Expand Down

0 comments on commit e584f63

Please sign in to comment.