Fix mobile wrapping (#803)

This commit is contained in:
2019-03-31 23:19:31 +08:00
committed by Burung Hantu
parent 767be34f55
commit 16b3bb7598
+4
View File
@@ -11,6 +11,10 @@ body {
word-wrap: break-word;
}
dt {
overflow-wrap: break-word;
}
.card {
box-shadow: $card-shadow !important;
}