Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix skip link go to content in site search page #520

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@
- ...
-->

## Versione X.X.X (dd/mm/yyyy)

### Fix

- [ Accessibilità ] Sistemato lo skiplink "Vai al contenuto" nella pagina principale di ricerca del sito

## Versione 11.3.3 (30/01/2024)

### Migliorie

- Migliorato il focus sulle immagini in edit del blocco Immagine quando queste sono allineate a sinistra o a destra.

### Fix

- Sistemato il layout del blocco elenco per i Bandi
Expand Down
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/Search/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const Search = () => {
<>
<Helmet title={intl.formatMessage(messages.searchResults)} />

<div className="public-ui search-view">
<div className="public-ui search-view" id="view">
<Container className="px-4 my-4">
<Row>
<Col>
Expand Down
Loading