You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the CSS, which is intended for the avatar slot. However, I want the image to be the content of the card (default slot) so I don't want it to be modified. Please add a slot attribute for the ::slotted CSS selector to restrict this to the avatar slot only
The text was updated successfully, but these errors were encountered:
ilhan007
changed the title
Slogging in image in a card makes it round
Slotting in image in a card makes it round
May 21, 2021
ui5-card has
::slotted(img) {
}
in the CSS, which is intended for the avatar slot. However, I want the image to be the content of the card (default slot) so I don't want it to be modified. Please add a slot attribute for the ::slotted CSS selector to restrict this to the avatar slot only
The text was updated successfully, but these errors were encountered: