More space for instances meta data

This commit is contained in:
Chocobozzz 2018-05-18 17:35:22 +02:00
parent 20727b99e5
commit 07b3f1f7a9
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -224,14 +224,14 @@ body .medias .container {
display: flex;
flex-direction: column;
justify-content: center;
width: calc(100% - 140px); /* 100% - .right-div width */
width: calc(100% - 160px); /* 100% - .right-div width */
}
#instances-list .list-group-item .right-div {
display: flex;
flex-direction: column;
justify-content: center;
width: 140px;
width: 160px;
}
#instances-list .list-group-item .right-div li {