Skip to content

Commit

Permalink
fix: card width override, prod bug only 3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse committed May 15, 2024
1 parent 5740024 commit a37a976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/leapfrogai_ui/src/lib/components/AssistantTile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
gap: layout.$spacing-05;
padding: 1rem;
overflow: hidden;
width: 100%;
height: 100%;
}
.overflow-menu-container {
Expand Down

0 comments on commit a37a976

Please sign in to comment.