diff --git a/app/assets/stylesheets/components/_btn.scss b/app/assets/stylesheets/components/_btn.scss index 594efb8c068..5ce81998618 100644 --- a/app/assets/stylesheets/components/_btn.scss +++ b/app/assets/stylesheets/components/_btn.scss @@ -11,7 +11,6 @@ // Temporary: To be backported to design system. Unstyled buttons should inherit the appearance // of a link. display: inline; - width: auto; } .usa-button:disabled.usa-button--active, diff --git a/app/assets/stylesheets/components/_list.scss b/app/assets/stylesheets/components/_list.scss index 389920d1e7b..4e69fe67efd 100644 --- a/app/assets/stylesheets/components/_list.scss +++ b/app/assets/stylesheets/components/_list.scss @@ -6,7 +6,6 @@ background-image: url('/alert/success.svg'); background-repeat: no-repeat; content: ''; - display: inline-block; float: left; height: 1rem; margin-top: 0.33rem;