From 66f0914d6b13ffdb22d4a1927f68c86f381a783e Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Thu, 9 Jan 2025 16:54:15 -0500 Subject: [PATCH] force expansion arrow to stay near top --- jdaviz/main_styles.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jdaviz/main_styles.vue b/jdaviz/main_styles.vue index 4512758dfc..53eca60131 100644 --- a/jdaviz/main_styles.vue +++ b/jdaviz/main_styles.vue @@ -59,6 +59,15 @@ div.output_wrapper { padding: 0px; } +.plugin-header { + /* ensure dropdown arrow aligns to the top for tall headers */ + align-items: start !important; +} + +.plugin-header .v-expansion-panel-header__icon { + margin-top: 4px; +} + .plugin-expansion-panel-content .row { /* override -12px margins */ margin-left: 0px;