Fix diff of large descriptions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-11-09 17:21:36 +01:00
parent 3c706c8009
commit 644c64aa4b
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
text-decoration: none;
}
.activitymessage .visualdiff {
overflow: scroll;
max-height: 200px;
}
.activityTabView .avatardiv-container {
display: inline-block;
bottom: -3px;