Skip to content

Commit

Permalink
Fixed text overflow in dropdown menu (#26694)
Browse files Browse the repository at this point in the history
  • Loading branch information
POPSuL and GiteaBot authored Aug 25, 2023
1 parent 412e5c0 commit 7b05d66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
left: 0;
}

.repository .filter.menu .ui.dropdown .menu .item {
overflow: hidden;
text-overflow: ellipsis;
}

.repository .select-label .desc {
padding-left: 23px;
}
Expand Down

0 comments on commit 7b05d66

Please sign in to comment.