mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
gh-10189: folder name truncated in search popup (gh-12881)
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
This commit is contained in:
@@ -225,7 +225,9 @@ zen-folder[collapsed] > .tab-group-container {
|
||||
/* Tabs popup */
|
||||
#zen-folder-tabs-popup {
|
||||
--arrowpanel-padding: 0;
|
||||
width: 250px;
|
||||
min-width: 250px;
|
||||
max-width: 400px;
|
||||
width: max-content;
|
||||
|
||||
& #zen-folder-tabs-search-no-results {
|
||||
height: 100%;
|
||||
@@ -298,7 +300,6 @@ zen-folder[collapsed] > .tab-group-container {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 250px;
|
||||
color: light-dark(black, white);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user