Skip to content

Commit

Permalink
Merge pull request #6 from poirazis/develop
Browse files Browse the repository at this point in the history
Fix Sizing for use in Form Blocks
  • Loading branch information
poirazis authored Nov 22, 2023
2 parents a5d0708 + 37f51d2 commit b87baf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/SuperTableCell/SuperCell.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@

<style>
:global(.superCell) {
width: 80px;
flex: auto;
min-width: 80px;
display: flex;
cursor: pointer;
min-width: 0;
position: relative;
z-index: 1;
border: 1px solid var(--spectrum-global-color-gray-300);
Expand Down

0 comments on commit b87baf6

Please sign in to comment.