Break long words on smaller devices (#789)

Fixes #610
This commit is contained in:
Jonah Aragon 2019-03-30 09:45:46 -05:00 committed by Burung Hantu
parent 83ef94abe5
commit a95c7c3a3a

View File

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