1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00: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

View File

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