Skip to content
Snippets Groups Projects
Commit 44ac7f65 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style(filters): fix UI for dropdown

parent 17bdd36a
No related branches found
No related tags found
1 merge request!13Sprint #14
......@@ -6,10 +6,6 @@ import { compose, withProps } from 'recompose'
import { DashboardItems, DashboardFilters } from './'
const Dashboard = ({
dashboard,
currentUser,
filterItems,
filterValues,
deleteProject,
dashboardItems,
canCreateDraft,
......@@ -53,6 +49,7 @@ const Root = styled.div`
flex-direction: column;
margin: auto;
max-width: 60em;
min-height: 50vh;
overflow: auto;
`
......
......@@ -61,5 +61,8 @@ const FilterGroup = styled.div`
display: flex;
flex-direction: column;
margin-left: calc(${th('subGridUnit')} * 2);
> div {
min-width: 200px;
}
`
// #endregion
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment