Skip to content

Commit

Permalink
Merge pull request #32948 from nextcloud/dashboardFix
Browse files Browse the repository at this point in the history
make 'text-overflow: ellipsis' possible again in dashboard
  • Loading branch information
szaimen authored Jun 21, 2022
2 parents 53eafc0 + d2e58d8 commit cfc16ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apps/dashboard/src/DashboardApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export default {
}
> h2 {
display: flex;
display: block;
align-items: center;
flex-grow: 1;
margin: 0;
Expand All @@ -510,6 +510,7 @@ export default {
height: 32px;
margin-right: 16px;
background-position: center;
float: left;
filter: var(--background-invert-if-dark);
}
}
Expand Down
Loading

0 comments on commit cfc16ac

Please sign in to comment.