feat/(#1003): oauth2 support - styling fixes, code cleanup (#1674)

* feat/(#1003):  oauth2 support - styling fixes, code cleanup (#1674)
---------
Co-authored-by: lohit-1 <lohit@usebruno.com>
This commit is contained in:
lohit
2024-02-27 21:12:34 +05:30
committed by GitHub
parent 6729d718cf
commit 01360d1522
17 changed files with 67 additions and 38 deletions

View File

@@ -6,6 +6,7 @@ const Wrapper = styled.div`
}
.single-line-editor-wrapper {
max-width: 400px;
padding: 0.15rem 0.4rem;
border-radius: 3px;
border: solid 1px ${(props) => props.theme.input.border};