Skip to content

Commit

Permalink
Adding label to Results Table Div, Inspector panel Div, Refresh butto…
Browse files Browse the repository at this point in the history
…n model .... (#6316)

* Adding label to bottom div

* Inspector Panel
  • Loading branch information
royendo authored and k-anshul committed Jan 6, 2025
1 parent 19adcd7 commit d6dcd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-common/src/layout/workspace/Inspector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
class="inspector-wrapper"
style:width="{width + 8}px"
transition:slide={{ axis: "x", duration: 500 }}
aria-label="Inspector Panel"
>
<Resizer
disabled={!resizable}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class="w-full relative flex flex-none flex-col"
style:height="{$tableHeight}px"
style:max-height="75%"
aria-label="Results Preview Table"
>
<Resizer
absolute={false}
Expand Down

0 comments on commit d6dcd75

Please sign in to comment.