Audio Player: Fix vertical alignment (#1140)

This commit is contained in:
Alexander Zinchuk 2021-06-11 01:19:15 +03:00
parent 23de9cfcb3
commit d40214428d

View File

@ -86,7 +86,6 @@
font-size: 0.875rem !important;
line-height: 1rem;
height: 1rem;
margin-bottom: 0.125rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@ -100,7 +99,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
margin: .125rem 0 0;
}
}
}