Merge pull request #344 from taigaio/issue/2246/comment-images

Fix image max-width on US comments
stable
Juanfran 2015-02-17 01:54:14 -08:00
commit 6a720f7282
1 changed files with 5 additions and 6 deletions

View File

@ -213,10 +213,10 @@
margin-bottom: .5rem;
}
.activity-user {
flex-basis: 50px;
flex-grow: 1;
flex-basis: 60px;
flex-shrink: 0;
margin-right: 1rem;
img {
max-width: 70px;
width: 100%;
}
}
@ -224,10 +224,9 @@
color: $green-taiga;
margin-bottom: .5rem;
}
.activity-content {
flex-basis: 150px;
flex-grow: 20;
flex-shrink: 0;
max-width: calc(100% - 80px);
}
.changes {
background: $whitish;