Fix attribute label width in video watch page

pull/863/merge
Chocobozzz 2018-07-27 08:37:51 +02:00
parent 956888ac42
commit c6c357ac35
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -301,7 +301,8 @@
margin-bottom: 12px;
.video-attribute-label {
width: 86px;
min-width: 91px;
padding-right: 5px;
display: inline-block;
color: #585858;
font-weight: $font-bold;