Skip to content

Commit cfc16ac

Browse files
authored
Merge pull request #32948 from nextcloud/dashboardFix
make 'text-overflow: ellipsis' possible again in dashboard
2 parents 53eafc0 + d2e58d8 commit cfc16ac

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

apps/dashboard/src/DashboardApp.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export default {
491491
}
492492
493493
> h2 {
494-
display: flex;
494+
display: block;
495495
align-items: center;
496496
flex-grow: 1;
497497
margin: 0;
@@ -510,6 +510,7 @@ export default {
510510
height: 32px;
511511
margin-right: 16px;
512512
background-position: center;
513+
float: left;
513514
filter: var(--background-invert-if-dark);
514515
}
515516
}

0 commit comments

Comments
 (0)