Skip to content

Commit

Permalink
Backport PR #3303: Fix full width of plugin slider
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry authored and meeseeksmachine committed Nov 19, 2024
1 parent d3a41a6 commit d43cd63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Bug Fixes

- Fixed viewer widgets displaying improperly if initialized out of view in Jupyter Lab. [#3299]

- Fixed width of sliders in plugins to use full-width of plugin. [#3303]

Cubeviz
^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion jdaviz/components/plugin_slider.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div style="width: 100%">
<plugin-input-header
:label="label"
:api_hint="api_hint && api_hint + value"
Expand Down

0 comments on commit d43cd63

Please sign in to comment.