diff --git a/zero.Web.UI/App/editor/editor.vue b/zero.Web.UI/App/editor/editor.vue index bf46c000..9b9969f6 100644 --- a/zero.Web.UI/App/editor/editor.vue +++ b/zero.Web.UI/App/editor/editor.vue @@ -217,6 +217,23 @@ { align-items: center; } + + .ui-property-label + { + width: auto; + padding-right: 20px; + } + + .ui-property-content + { + flex: 0 1 auto; + } + + .ui-property + { + display: flex; + justify-content: space-between; + } } .editor-active-toggle