Skip to content

Commit

Permalink
fix: table mobile (#539)
Browse files Browse the repository at this point in the history
* fix: table block mobile display

* chore: release.md

* docs: release.md

* docs: release.md
  • Loading branch information
Wagner3UB authored Feb 26, 2024
1 parent 8c6aceb commit 5ee242f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,16 @@
- ...
-->

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

### Fix

- Visualizzazione mobile per il blocco tabella sistemata.

## Versione 7.25.0 (20/02/2024)

### Novità

- Sono state aggiunte delle nuove proprietà nel blocco elenco con variazione Bandi in Evidenza per mostrare le Note di aggiornamento anche per i bandi scaduti e la Data di ultima modifica per tutti i bandi.
- Nella ricerca per Bandi sono stati implementati dei pre-filtri non visibili dall'utente configurabili dalla sidebar laterale per rendere la ricerca più specifica all'utente.

Expand Down
1 change: 0 additions & 1 deletion theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ iframe {
//table overflow mobile
@media (max-width: #{map-get($grid-breakpoints, lg)}) {
.public-ui table.ui.table {
display: block;
overflow: auto;
th {
white-space: nowrap;
Expand Down

0 comments on commit 5ee242f

Please sign in to comment.