fix: stop url button being pushed out of the grid card (#202)

This commit is contained in:
DecafDev 2024-07-15 08:44:30 -06:00 committed by GitHub
parent 04d5452752
commit 8b22240e39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -51,7 +51,8 @@
<style>
.vault-explorer-grid-card__title {
width: 100%;
flex-grow: 1;
min-width: 0;
}
.vault-explorer-grid-card__title--interactive {