From 4793ee48de2535aa4f0ed5ab596a1bcb751c42c2 Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 5 Jul 2019 11:48:24 +0000 Subject: links for ppv and npv;fixed overflow in modal --- views/style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'views/style.scss') diff --git a/views/style.scss b/views/style.scss index 52be743..e6f6100 100644 --- a/views/style.scss +++ b/views/style.scss @@ -65,9 +65,6 @@ ul.share-buttons{ .footer{ margin-top:3em; } -.single-batch{ - width: 100%; -} .single-batch{ table-layout: fixed; width: 100%; @@ -99,3 +96,7 @@ supporters{ white-space: nowrap; width: 1%; } + +.modal-body p { + word-wrap: break-word; +} -- cgit v1.2.3