mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: Minor styling fixes
- Left padding for Attach Image control in TwoColumnForm - Error Popup padding in SetupWizard
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user