mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
remove max-height css property, because it breaks pr detail view
This commit is contained in:
@@ -115,7 +115,6 @@ $fa-font-path: "webfonts";
|
|||||||
.media {
|
.media {
|
||||||
.media-content {
|
.media-content {
|
||||||
width: calc(50% - 0.75rem);
|
width: calc(50% - 0.75rem);
|
||||||
max-height: 120px;
|
|
||||||
.shorten-text {
|
.shorten-text {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user