Break long words on smaller devices

Fixes #610
This commit is contained in:
Jonah Aragon 2019-03-29 19:58:30 -05:00
parent 1916fc042b
commit 9c5dfef6e0
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649

View File

@ -7,6 +7,10 @@
@import 'fontawesome';
@import 'sortable-theme-bootstrap';
body {
word-wrap: break-word;
}
.card {
box-shadow: $card-shadow !important;
}