Skip to content

Commit

Permalink
Styling adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Dec 12, 2024
1 parent 5d405f7 commit 0d2b382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/ManagementPortal/components/PropertyBuilder.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="span-2 d-flex flex-column" style="gap: 16px">
<div class="d-flex flex-column" style="gap: 16px">
<div v-for="(propertyValue, propertyKey) in properties" :key="propertyKey" class="d-flex justify-content-between" style="gap: 16px">

<div class="d-flex flex-1" style="gap: 16px">
Expand Down Expand Up @@ -29,7 +29,7 @@
</div>
</div>

<div class="span-2 d-flex mt-4" style="gap: 16px">
<div class="d-flex mt-4" style="gap: 16px">
<div class="d-flex flex-1" style="gap: 16px">
<!-- Property name -->
<InputText
Expand Down

0 comments on commit 0d2b382

Please sign in to comment.