[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:
parent
e3ff582c99
commit
0ecfec1a80
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue