STYLE Add new framed style for images with border-radius and overflow properties

This commit is contained in:
Antoine M 2026-04-08 15:41:25 +02:00
parent 67be46e9a9
commit 50d559b5e1

View File

@ -0,0 +1,4 @@
.is-style-framed {
border-radius: 10px;
overflow: hidden;
}