1
0
Fork 0
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:
Petr Stribny 2024-01-18 13:51:43 +08:00
parent 6b63917261
commit 15cdfbddb6
4 changed files with 13 additions and 2 deletions
web-frontend/modules/database/components/row

View file

@ -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>