1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 05:35:29 +00:00

Fixed: Series navigation buttons hidden with some titles

This commit is contained in:
Mark McDowall 2020-08-16 10:31:56 -07:00
parent d222387d01
commit b0a66cc03d

View file

@ -47,6 +47,7 @@
}
.titleRow {
position: relative;
display: flex;
justify-content: space-between;
flex: 0 0 auto;
@ -84,6 +85,8 @@
}
.seriesNavigationButtons {
position: absolute;
right: 0;
white-space: nowrap;
}