Problem with the background in a field

Created on 14 March 2025, 22 days ago

I have two identical views:
https://www.gmpe.it/euganei/rilievi
https://www.gmpe.it/euganei/piante

CSS:

#page-wrapper .view-rilievi .view-content {
	background-color: #e8f8f2;
	border: 1px solid #BCC8AD;
	padding: 6px;
}

#page-wrapper .view-piante .view-content {
	background-color: #e8f8f2;
	border: 1px solid #BCC8AD;
	padding: 6px;
}

Suddenly a white part appeared around the photo of the plant.
What could it depend on?

Thanks and best regards

💬 Support request
Status

Active

Version

1.0

Component

Code

Created by

🇮🇹Italy giordy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @giordy
  • 🇺🇸United States flashwebcenter Austin TX

    Hello,

    In the previous release, unordered lists (UL/LI) were given a background color unless they were inside a field. However, this behavior was missing for ordered lists (OL/LI), so it has now been applied to them as well. Additionally, I've updated the logic to ensure that background color is also removed when these elements are inside a views-field. This update is available in the development version—feel free to use it.

    Best wishes,
    Alaa

  • 🇺🇸United States flashwebcenter Austin TX
Production build 0.71.5 2024