Fix history broken width. TG-2396 #STATUS-ready-for-test

stable
Xavier Julián 2015-03-11 08:43:09 +01:00
parent 7a1f4c64a1
commit 4d2ffcbe51
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
}
.activity-content {
flex-shrink: 0;
max-width: calc(100% - 80px);
width: calc(100% - 80px);
}
.changes {
background: $whitish;