Skip to content

Commit

Permalink
fix: lowered flex basis of card-body in LocationItem cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Jan 8, 2024
1 parent abc80d2 commit a9120e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
- ...
-->

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

### Fix

- Diminuita la larghezza del testo nelle card che indicano i luoghi.

## Versione 11.1.4 (dd/mm/yyyy)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion src/theme/ItaliaTheme/Components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

&.card-teaser .card-body {
flex: 1 0 75%;
flex: 1 0 74%;
}
}

Expand Down

0 comments on commit a9120e8

Please sign in to comment.