make 'text-overflow: ellipsis' possible again in dashboard

Signed-off-by: Artur Neumann <artur@jankaritech.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/32948/head
Artur Neumann 3 years ago committed by nextcloud-command
parent 20fc8d8f30
commit d2e58d844d
  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