remove max-height css property, because it breaks pr detail view

This commit is contained in:
Sebastian Sdorra
2018-12-20 13:04:28 +01:00
parent 0f64e7edeb
commit a9f54d3c69

View File

@@ -115,7 +115,6 @@ $fa-font-path: "webfonts";
.media {
.media-content {
width: calc(50% - 0.75rem);
max-height: 120px;
.shorten-text {
overflow: hidden;
text-overflow: ellipsis;