1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Make sure button content can fit

This commit is contained in:
Daniel Berteaud 2015-02-15 21:59:18 +01:00
parent f8b85793f3
commit cfac2dc3e6

View File

@ -266,6 +266,10 @@
.btn-full {
width: 100% !important;
}
.btn {
white-space:normal !important;
word-wrap:break-word;
}
html,
body {
height: 100%;