Skip to content
Snippets Groups Projects
Commit cc5e9e14 authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #743

parent 861a2621
No related branches found
No related tags found
No related merge requests found
...@@ -804,10 +804,10 @@ ribbon end ...@@ -804,10 +804,10 @@ ribbon end
form.cw-container-dialog-edit-form { form.cw-container-dialog-edit-form {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
width: 640px; gap: 8px;
fieldset { fieldset {
margin-right: 4px; max-width: 200px;
} }
} }
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
closeClass="cancel" closeClass="cancel"
@close="closeEdit" @close="closeEdit"
@confirm="storeContainer" @confirm="storeContainer"
height="400" height="430"
width="680" width="680"
> >
<template v-slot:dialogContent> <template v-slot:dialogContent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment