fix truncate issue on details panel

This commit is contained in:
David Kaltschmidt
2015-09-16 13:09:55 +02:00
parent 4a4aea5663
commit 6be8b1648a

View File

@@ -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;