Merge pull request #527 from taigaio/issue/2879/timeline-images
Fix big images on timeline at small withsstable
commit
e29ec15101
|
@ -27,7 +27,8 @@
|
|||
}
|
||||
img {
|
||||
max-height: 640px;
|
||||
max-width: 100%;
|
||||
max-width: 640px;
|
||||
width: 100%;
|
||||
}
|
||||
.activity-info {
|
||||
align-items: center;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue