Skip to content

Commit

Permalink
[PM-12753] Desktop edit folder button visibility (#11284)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
alex-hammer11 and Jingo88 authored Nov 15, 2024
1 parent 3b5b2d6 commit d55c871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/desktop/src/scss/left-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
color: themed("primaryColor");
font-weight: bold;
}
max-width: 90%;
}

.edit-button {
Expand Down

0 comments on commit d55c871

Please sign in to comment.