Allow buttons to be on many lines
This commit is contained in:
parent
ea575522a9
commit
27f4c1045a
@ -82,6 +82,10 @@ header h1 {
|
||||
.container .jumbotron p {
|
||||
font-size: 1em;
|
||||
}
|
||||
.container .jumbotron .btn-group >.btn {
|
||||
margin-bottom: 20px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.summary h4 {
|
||||
margin-top:0;
|
||||
@ -299,6 +303,9 @@ table.results .btn-link.btn-sm {
|
||||
#showChart {
|
||||
margin-top:30px;
|
||||
}
|
||||
#showChart .btn {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#Chart {
|
||||
padding-right:30px;
|
||||
|
Loading…
Reference in New Issue
Block a user