Skip to content

Commit

Permalink
Fix assertions input (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Nov 1, 2022
1 parent 456663d commit 50b264a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions web/src/components/Editor/Editor.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ export const ExpressionEditorContainer = styled(EditorContainer)<{$isEditable: b
border-right-width: 1px;
outline: 0;
}
.cm-content {
padding: 5px 0;
}
}
.cm-content {
Expand Down
3 changes: 1 addition & 2 deletions web/src/components/TestSpecForm/TestSpecForm.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ export const FieldsContainer = styled.div`
width: 95%;
grid-template-columns: 1fr auto 1fr;
gap: 8px;
align-items: center;
`;

export const ActionContainer = styled.div`
display: flex;
justify-content: center;
align-self: center;
align-self: flex-start;
flex-basis: 5%;
`;

Expand Down

0 comments on commit 50b264a

Please sign in to comment.