Skip to content

Commit

Permalink
fix: Minor styling fixes
Browse files Browse the repository at this point in the history
- Left padding for Attach Image control in TwoColumnForm
- Error Popup padding in SetupWizard
  • Loading branch information
netchampfaris committed Feb 10, 2020
1 parent 3efbf5b commit 811cc58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/components/TwoColumnForm.vue
Expand Up @@ -51,7 +51,13 @@
{{ df.label }}
</div>
</div>
<div class="py-2 pr-4" @click="activateInlineEditing(df)">
<div
class="py-2 pr-4"
@click="activateInlineEditing(df)"
:class="{
'pl-2': df.fieldtype === 'AttachImage'
}"
>
<FormControl
ref="controls"
size="small"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SetupWizard/SetupWizard.vue
Expand Up @@ -40,7 +40,7 @@
/>
</template>
<template slot="content">
<div class="ml-2 py-2 text-sm">
<div class="p-2 text-sm">
{{ emailError }}
</div>
</template>
Expand Down

0 comments on commit 811cc58

Please sign in to comment.