From 1f50e7e38f873145fee11ee15c80bdf410e83c70 Mon Sep 17 00:00:00 2001 From: Ella E Date: Tue, 13 Feb 2024 10:17:17 -0700 Subject: [PATCH] UX: Set width for the new feature items (#25657) --- app/assets/stylesheets/common/admin/dashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/admin/dashboard.scss b/app/assets/stylesheets/common/admin/dashboard.scss index 545eddc12b3..38b3498a594 100644 --- a/app/assets/stylesheets/common/admin/dashboard.scss +++ b/app/assets/stylesheets/common/admin/dashboard.scss @@ -681,6 +681,7 @@ margin-bottom: 1.5em; background-color: var(--primary-very-low); padding: 1em; + max-width: 45rem; &__new-feature-emoji { font-size: 1.2em;