Merge pull request #32948 from nextcloud/dashboardFix

make 'text-overflow: ellipsis' possible again in dashboard
pull/32941/head
Simon L 4 years ago committed by GitHub
commit cfc16ac3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/dashboard/src/DashboardApp.vue
  2. 4
      dist/dashboard-main.js
  3. 2
      dist/dashboard-main.js.map

@ -491,7 +491,7 @@ export default {
}
> h2 {
display: flex;
display: block;
align-items: center;
flex-grow: 1;
margin: 0;
@ -510,6 +510,7 @@ export default {
height: 32px;
margin-right: 16px;
background-position: center;
float: left;
filter: var(--background-invert-if-dark);
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save