Skip to content

Commit

Permalink
Fix form style in create schema dialog in mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 1, 2024
1 parent 6125b2f commit cf1fd8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Components/CreateSchemaDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ const Action = styled.form`
grid-area: 3 / 1 / 4 / 3;
display: flex;
align-items: center;
button {
// Ensure specificity
button[type] {
margin: 0 0 0 0.5rem;
padding: 0 1.1rem;
height: 100%;
Expand All @@ -155,6 +156,7 @@ const Rename = styled.div`
display: block;
width: 100%;
height: 2.25rem;
margin: 0;
flex: 1;
&:invalid {
color: red;
Expand Down

0 comments on commit cf1fd8a

Please sign in to comment.