From df36f5322f27e27711559411d576c54ad0da5987 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 19 Jun 2017 05:08:46 +0100 Subject: [PATCH] fixed word break for claim metadata description --- webroot/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/css/main.css b/webroot/css/main.css index b579a7a..75ba6d4 100644 --- a/webroot/css/main.css +++ b/webroot/css/main.css @@ -108,7 +108,7 @@ border-radius: 0 6px 8px 0 } .claims-body .claim-metadata { width: 750px; margin-left: 50px; float: left; box-shadow: 0 2px 4px rgba(0,0,0,.175); border: 1px solid rgba(0,0,0,.15); padding: 24px 36px 88px 36px; cursor: default; position: relative } .claims-body .claim-metadata .title { font-weight: 300; font-size: 170%; margin-bottom: 16px; color: #1e88e5; padding: 0 8px } -.claims-body .claim-metadata .desc { font-weight: 300; font-size: 130%; line-height: 36px; padding: 0 12px } +.claims-body .claim-metadata .desc { font-weight: 300; font-size: 130%; line-height: 36px; padding: 0 12px; word-break: break-word; word-wrap: break-word } .claims-body .claim-metadata .details { margin-top: 36px; border-top: 1px solid #ddd; padding: 36px 16px 0 16px } .claims-body .claim-metadata .details .label { font-size: 90%; color: #1e88e5 } .claims-body .claim-metadata .details .value { font-size: 110%; font-weight: 300; margin-bottom: 24px }