Fix: Plot info was not aligned to the bottom on older browsers
This commit is contained in:
parent
8f620b489f
commit
69f4540ec5
1 changed files with 1 additions and 0 deletions
|
|
@ -2674,6 +2674,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.layout-desktop .detailSectionContent {
|
||||
display: grid;
|
||||
align-content: end;
|
||||
min-height: 16vh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue