forked from nutomic/joinpeertube
Merge branch 'feature/continue-joinpeertube' into 'master'
Fix style with long description See merge request framasoft/joinpeertube!13
This commit is contained in:
commit
507b441ef1
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue