[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 <suzanne@forem.com>

Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
This commit is contained in:
Jacob Herrington 2021-04-05 14:46:06 -05:00 committed by GitHub
parent e3ff582c99
commit 0ecfec1a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);