FusionAuth / fusionauth-site

Website and documentation for FusionAuth
https://fusionauth.io
Other
46 stars 45 forks source link

add global fix to buttons in articles #3076

Closed alex-fusionauth closed 1 month ago

alex-fusionauth commented 2 months ago

Buttons with a tag show border bleeding over

image

Adding [&:not(:has(button))]

lyleschemmerling commented 2 months ago

We actually don't want to fix that on the "global" styles, really that block of styles is only for the stuff rendered from the markdown. In this case the BlogButton is already it's own component so the fix should go there. I happened to already be in and working on things on the site so I just took care of it https://github.com/FusionAuth/fusionauth-site/pull/3078

alex-fusionauth commented 1 month ago

not needed