mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix text truncation on actionSheetMenItem when scrollbar is visible
This commit is contained in:
parent
fd26b15578
commit
beb1bfd6c0
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
|
||||
/* to prevent truncation of the displayed text when the scrollbar is visible */
|
||||
.actionSheetMenuItem {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.actionSheetScroller-tv {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue