Skip to content

Commit

Permalink
Tweak paddings in create issue view
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Dec 18, 2024
1 parent 26e77b5 commit 35201e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/repo/CreateIssue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
.content {
display: flex;
flex-direction: column;
height: 100%;
padding: 0 1rem 1rem 1rem;
min-height: 100%;
padding: 1rem 1rem 1rem 0;
}
.metadata-divider {
width: 2px;
Expand Down Expand Up @@ -104,12 +104,12 @@
<InlineTitle content={title} fontSize="medium" />
</div>
{:else}
<div style:margin-bottom="0.35rem">
<div style:margin-bottom="1rem">
<TextInput placeholder="Title" autofocus bind:value={title} />
</div>
{/if}

<div style:margin-bottom="0.35rem">
<div style:margin-bottom="1rem">
<Border variant="ghost" styleGap="0">
<div class="metadata-section" style:flex="1">
<LabelInput
Expand Down

0 comments on commit 35201e6

Please sign in to comment.