From 0ecfec1a8070964faaa2bffaec6d56d6a51b2dc1 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Mon, 5 Apr 2021 14:46:06 -0500 Subject: [PATCH] [15 minute fix] Fix word wrapping on mobile dashboard (#13218) * Fix word wrapping on mobile dashboard * Update app/assets/stylesheets/components/buttons.scss Co-authored-by: Suzanne Aitchison Co-authored-by: Suzanne Aitchison --- app/assets/stylesheets/components/buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/buttons.scss b/app/assets/stylesheets/components/buttons.scss index 9ed71607a..06390c7ac 100644 --- a/app/assets/stylesheets/components/buttons.scss +++ b/app/assets/stylesheets/components/buttons.scss @@ -48,6 +48,7 @@ cursor: pointer; transition: all var(--transition-props); border: var(--border-width) solid; + overflow-wrap: normal; // Styles --bg: var(--button-primary-bg);