set toolbar height to auto

pull/8082/head
Oliver Günther 5 years ago
parent 49d7fef0e0
commit e9d7aace7e
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      frontend/src/app/modules/work_packages/routing/partitioned-query-space-page/partitioned-query-space-page.component.sass

@ -17,7 +17,7 @@
overflow: hidden
display: grid
grid-template-columns: 1fr auto
grid-template-rows: 60px auto minmax(200px, 1fr)
grid-template-rows: auto auto minmax(200px, 1fr)
&.-split
grid-template-areas: "header header" "filter filter" "content-left content-right"

Loading…
Cancel
Save