mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-19 15:11:29 +00:00
Keep space for title in the row edit modal
This commit is contained in:
parent
6b63917261
commit
15cdfbddb6
4 changed files with 13 additions and 2 deletions
web-frontend/modules/database/components/row
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<Modal ref="modal">
|
||||
<form @submit.prevent="create">
|
||||
<h2 class="box__title">
|
||||
<h2 class="box__title row_modal__title">
|
||||
{{ heading }}
|
||||
</h2>
|
||||
<Error :error="error"></Error>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue