mirror of
https://github.com/frappe/books.git
synced 2025-01-11 02:36:14 +00:00
fix: Minor styling fixes
- Left padding for Attach Image control in TwoColumnForm - Error Popup padding in SetupWizard
This commit is contained in:
parent
3efbf5bebd
commit
811cc58233
@ -51,7 +51,13 @@
|
|||||||
{{ df.label }}
|
{{ df.label }}
|
||||||
</div>
|
</div>
|
||||||
</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
|
<FormControl
|
||||||
ref="controls"
|
ref="controls"
|
||||||
size="small"
|
size="small"
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<div class="ml-2 py-2 text-sm">
|
<div class="p-2 text-sm">
|
||||||
{{ emailError }}
|
{{ emailError }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user