Allow buttons to be on many lines

This commit is contained in:
Marjolaine Vé 2018-02-14 15:23:21 +01:00 committed by Thomas Citharel
parent ea575522a9
commit 27f4c1045a

View File

@ -82,6 +82,10 @@ header h1 {
.container .jumbotron p { .container .jumbotron p {
font-size: 1em; font-size: 1em;
} }
.container .jumbotron .btn-group >.btn {
margin-bottom: 20px;
white-space: normal;
}
.summary h4 { .summary h4 {
margin-top:0; margin-top:0;
@ -299,6 +303,9 @@ table.results .btn-link.btn-sm {
#showChart { #showChart {
margin-top:30px; margin-top:30px;
} }
#showChart .btn {
white-space: normal;
}
#Chart { #Chart {
padding-right:30px; padding-right:30px;