mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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 }}
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user