Skip to content

Commit

Permalink
center align group label in connector form (#12811)
Browse files Browse the repository at this point in the history
  • Loading branch information
teallarson authored May 12, 2022
1 parent 259b2f5 commit 3f59d6c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ import { FormSection } from "./FormSection";
const GroupLabel = styled(Label)`
width: auto;
margin-right: 8px;
padding-top: 8px;
display: inline-block;
padding-bottom: 0px;
vertical-align: middle;
`;

const ConditionControls = styled.div`
Expand Down

0 comments on commit 3f59d6c

Please sign in to comment.