Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmo91 committed Oct 3, 2024
1 parent 1f13438 commit a9dd362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/src/features/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class DemoInput extends $LitElement(css`
<schmancy-grid justify="end">
<schmancy-menu>
<schmancy-menu-item>Item 1</schmancy-menu-item>
<schmancy-menu-item>Item 1 with very long text </schmancy-menu-item>
<schmancy-menu-item>Item 2</schmancy-menu-item>
<schmancy-menu-item>Item 3</schmancy-menu-item>
</schmancy-menu>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhmo91/schmancy",
"version": "0.0.258",
"version": "0.0.259",
"description": "UI library build with web components",
"main": "./dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class SchmancyMenu extends TailwindElement(css`
id="menu"
.hidden=${!this.open}
class="absolute z-50 elevation-2 rounded-md
min-w-[160px] max-w-[320px] bg-surface-default"
min-w-[160px] max-w-[320px] w-max bg-surface-default"
role="menu"
aria-orientation="vertical"
aria-labelledby="options-menu-4-button"
Expand Down

0 comments on commit a9dd362

Please sign in to comment.