Skip to content

Commit

Permalink
Fix CSS height arg
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Jul 24, 2024
1 parent f9cf202 commit 3ac2a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jdaviz/components/plugin_table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</template>
</v-select>
</div>
<div style="line-height: 64px; width=32px" class="only-show-in-tray">
<div style="line-height: 64px; width:32px" class="only-show-in-tray">
<j-plugin-popout :popout_button="popout_button"></j-plugin-popout>
</div>
</v-row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
persistent-hint
></v-select>
</div>
<div style="line-height: 64px; width=32px">
<div style="line-height: 64px; width:32px">
<v-btn
id="querybtn"
@click="query_registry_resources"
Expand Down

0 comments on commit 3ac2a7c

Please sign in to comment.