Fix style with long description

This commit is contained in:
Chocobozzz 2018-03-22 14:38:08 +01:00
parent d0931a5d2d
commit afbbf8b45c
No known key found for this signature in database
GPG key ID: 583A612D890159BE

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;
}