CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

cc-addon-admin: too much spacing between the danger zone texts #1042

Closed florian-sanders-cc closed 2 months ago

florian-sanders-cc commented 2 months ago

Context

With #1018, we have updated the cc-addon-admin with new props to control whether some texts should be displayed or not within the danger zone.

To do so, we had to split the sentences in different translation strings & different HTML tags.

It seems we have introduced too much spacing between each <p> because of gap: 0.5em.

If we remove the gap, it looks better.