From 6be8b1648a97aaed3dc49e5b8c6ff7a762c43e75 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Wed, 16 Sep 2015 13:09:55 +0200 Subject: [PATCH] fix truncate issue on details panel --- client/app/styles/main.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index f7d843f60..52cd90d3c 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -61,6 +61,7 @@ body { line-height: 150%; font-family: "Roboto", sans-serif; font-size: 13px; + margin: 0; } p { @@ -335,6 +336,7 @@ h2 { bottom: 0; padding: 0 36px 0 36px; overflow-y: scroll; + width: 100%; &-info { margin-top: 16px;