Skip to content

Commit

Permalink
force expansion arrow to stay near top
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Jan 10, 2025
1 parent 8d58689 commit 66f0914
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jdaviz/main_styles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 66f0914

Please sign in to comment.