Merge pull request #527 from taigaio/issue/2879/timeline-images

Fix big images on timeline at small withs
stable
David Barragán Merino 2015-06-17 10:04:43 +02:00
commit e29ec15101
2 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,8 @@
}
img {
max-height: 640px;
max-width: 100%;
max-width: 640px;
width: 100%;
}
.activity-info {
align-items: center;

View File

@ -35,11 +35,13 @@
}
.timeline {
flex: 1;
flex-shrink: 3;
margin-right: 1rem;
max-width: 800px;
width: 0;
}
.involved-data {
flex-basis: 220px;
flex-shrink: 0;
width: 220px;
}
.involved-team,