forked from nutomic/joinpeertube
Fix style with long description
This commit is contained in:
parent
d0931a5d2d
commit
afbbf8b45c
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