ory / elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50
https://ory.sh
Apache License 2.0
85 stars 44 forks source link

fix: hr and img tags shouldn't break with global css overrides #102

Closed Benehiko closed 1 year ago

Benehiko commented 1 year ago

Fixes the <hr> and <img> tags when using a global css override to reset browser styling.

The <hr> tag will now have margin: auto on all sides, pushing it to be centered in the element and removing excess space top and bottom. This will cause a change in the Ory components which will reduce their overall height. It is a small change and shouldn't have much impact on the overall look.

Related Issue or Design Document

Checklist

Further comments