Fix: Plot info was not aligned to the bottom on older browsers

This commit is contained in:
lscambo13
2025-11-04 20:10:36 +05:30
parent 8f620b489f
commit 69f4540ec5

View File

@@ -2674,6 +2674,7 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.layout-desktop .detailSectionContent {
display: grid;
align-content: end;
min-height: 16vh;
}