Skip to content

Commit

Permalink
fix hideous spacing issue in journey editor icons (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishills authored Mar 10, 2024
1 parent 0b3c4dc commit 4255b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/src/views/journey/JourneyEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
.journey-options .component {
display: grid;
grid-template-areas: "handle title" "handle desc";
grid-template-columns: auto 1fr;
border-bottom: 1px solid var(--color-grey);
padding: 20px;
column-gap: 15px;
Expand Down

0 comments on commit 4255b2f

Please sign in to comment.