Skip to content

Commit

Permalink
fix(item): remove image width css from item.less
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed May 24, 2022
1 parent c516374 commit 7b21cb2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions theme/themes/eea/definitions/views/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,12 @@
Unstackable
----------------*/

@media only screen and (max-width: @largestMobileScreen) {
.ui.unstackable.items > .item > .image,
.ui.unstackable.items > .item > .image > img {
width: @unstackableMobileImageWidth !important;
}
}
// Removed so the image size can be defined by semantic size prop
// @media only screen and (max-width: @largestMobileScreen) {
// .ui.unstackable.items > .item > .image,
// .ui.unstackable.items > .item > .image > img {
// width: @unstackableMobileImageWidth !important;
// }
// }

.loadUIOverrides();

0 comments on commit 7b21cb2

Please sign in to comment.