mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
refactor: ellipsis added to label instad of action-button
This commit is contained in:
parent
d3913e6d52
commit
dd38bf14e4
1 changed files with 5 additions and 1 deletions
|
|
@ -145,8 +145,12 @@
|
|||
}
|
||||
|
||||
.action-button {
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
|
||||
.label {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue