Hello,
Since migration, the styles of my Alertlist has changed. Now I have padding:16px; on the links of the list and I can see only 3 alerts versus 5 before.
Chrome point to emotion style :
<style data-emotion="css" data-s=""></style>
.css-1ol0wmf {
display: flex;
width: 100%;
padding:16px;
}
How can I change the padding of the links styles in the Alertlist ?
Thank you