Merge branch 'feature/continue-joinpeertube' into 'master'

Fix style with long description

See merge request framasoft/joinpeertube!13
This commit is contained in:
Chocobozzz 2018-03-22 16:16:04 +01:00
commit 507b441ef1

View file

@ -222,7 +222,7 @@ body .medias .container {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
width: calc(100% - 140px); /* 100% - .right-div width */
}
#instances-list .list-group-item .right-div {
@ -251,6 +251,7 @@ body .medias .container {
overflow: hidden;
text-overflow: ellipsis;
margin-top: 5px;
margin-right: 20px;
font-size: 0.8em;
}