Fix for mobile

This commit is contained in:
Mathieu Lagace
2019-11-08 17:23:13 -05:00
parent 537e5dc139
commit 2f441f36f8
9 changed files with 50 additions and 30 deletions

11
resources/custom.css vendored
View File

@@ -1,3 +1,12 @@
.word-wrap {
white-space: normal;
word-break: break-word;
}
.container-fluid {
padding: 0px;
}
.calendar {
margin-top: 50px;
}
@@ -159,6 +168,8 @@
.modal-lg {
max-width: 85%;
margin-left: auto !important;
margin-right: auto !important;
}
/*!