MOBILE-4362 label: Add round borders on text & media images

This commit is contained in:
Pau Ferrer Ocaña 2023-10-19 12:16:31 +02:00
parent 3f69d2785e
commit ecd7ced223

View File

@ -94,7 +94,8 @@
}
}
.core-module-description ::ng-deep img {
.core-module-description ::ng-deep img,
.activity-title .item-heading core-format-text ::ng-deep img {
border-radius: var(--radius-lg);
}