Skip to content

Commit

Permalink
fix: changed max width of card-body to fit image (#453)
Browse files Browse the repository at this point in the history
* fix: changed max width of card-body to fit image

* Update RELEASE.md

---------

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
sabrina-bongiovanni and pnicolli authored Dec 29, 2023
1 parent 59dd922 commit d836021
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

- Risolto il problema di layout nelle card che indicano dei luoghi.

## Versione 11.1.1 (22/12/2023)

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

.icon + .card-body {
max-width: calc(100% - 32px - 1em);
max-width: calc(100% - 112px - 1em);
}
}
//Landscape
Expand Down

0 comments on commit d836021

Please sign in to comment.