Skip to content

Commit

Permalink
resources: smoother list titles (fixes #8030) (#8031)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Gavinp14 and dogi authored Jan 3, 2025
1 parent dfd9e5d commit c0c6167
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.34",
"version": "0.16.35",
"myplanet": {
"latest": "v0.21.62",
"min": "v0.20.62"
Expand Down
13 changes: 13 additions & 0 deletions src/app/resources/resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ $label-height: 1rem;
}
}

.list-content-menu {
&.list-content-menu-auto {
.header {
word-break: break-word;
max-width: 100%;

a {
display: inline-block;
}
}
}
}

.ellipsis-menu {
text-align: center;
}
Expand Down

0 comments on commit c0c6167

Please sign in to comment.