Skip to content

Commit

Permalink
fix: stretch ExternalInput button to fill container
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jul 6, 2023
1 parent eb8fbba commit 69ee221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/components/ExternalInput/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
text-overflow: ellipsis;
position: relative;
overflow: hidden;
flex-grow: 1;
}

.ExternalInput-button:hover,
Expand Down

0 comments on commit 69ee221

Please sign in to comment.