Skip to content

Commit

Permalink
fix: adjust org unit tree component
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Jan 9, 2023
1 parent a27d92e commit b36292e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/components/OrgUnitTree/OrgUnitTreeField.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.wrapper {
background-color: white;
max-height: var(--spacers-dp512);
background-color: var(--colors-white);
border: 1px solid var(--colors-grey400);
border-radius: 3px;
height: 320px;
min-width: 640px;
resize: both;
overflow: auto;
display: inline-block;
padding: 0 var(--spacers-dp48) 0 0;
padding: var(--spacers-dp8) var(--spacers-dp48) var(--spacers-dp16)
var(--spacers-dp8);
}

0 comments on commit b36292e

Please sign in to comment.