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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-grow: 1;
|
width: calc(100% - 140px); /* 100% - .right-div width */
|
||||||
}
|
}
|
||||||
|
|
||||||
#instances-list .list-group-item .right-div {
|
#instances-list .list-group-item .right-div {
|
||||||
|
@ -251,6 +251,7 @@ body .medias .container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
margin-right: 20px;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue