Fixed: Series navigation buttons hidden with some titles
This commit is contained in:
parent
d222387d01
commit
b0a66cc03d
|
@ -47,6 +47,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.titleRow {
|
.titleRow {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -84,6 +85,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.seriesNavigationButtons {
|
.seriesNavigationButtons {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue