mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
prevent width overflow on lyrics container (#1106)
This commit is contained in:
parent
479aa2e22d
commit
ff6dda7b06
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.actions-container {
|
.actions-container {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue