From 27f4c1045a4113d3e65153c03349c4405904e8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marjolaine=20V=C3=A9?= Date: Wed, 14 Feb 2018 15:23:21 +0100 Subject: [PATCH] Allow buttons to be on many lines --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index 9f3f3d3..32d61bd 100644 --- a/css/style.css +++ b/css/style.css @@ -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;