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

main
Pau Ferrer Ocaña 2023-10-19 12:16:31 +02:00
parent 3f69d2785e
commit ecd7ced223
1 changed files with 2 additions and 1 deletions

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); border-radius: var(--radius-lg);
} }