1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

[PM-12753] Desktop edit folder button visibility (#11284)

* Adds max-width to filter button to ensure edit button visibility

* Now applies max-width only when folder is selected

---------

Co-authored-by: Jason Ng <jng@bitwarden.com>
This commit is contained in:
Alexander Hammerman 2024-11-15 15:54:13 +01:00 committed by GitHub
parent 3b5b2d6bd6
commit d55c8712ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,7 @@
color: themed("primaryColor");
font-weight: bold;
}
max-width: 90%;
}
.edit-button {