summaryrefslogtreecommitdiff
path: root/views/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.scss')
-rw-r--r--views/style.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/style.scss b/views/style.scss
index 52be743..e6f6100 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -66,9 +66,6 @@ ul.share-buttons{
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;
+}