Skip to content

Commit

Permalink
fix(ui): add ansible vault file weird spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
amunchet committed Sep 16, 2023
1 parent a21571e commit 68302a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/labyrinth/src/views/Deploy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
size="xl"
@ok="saveAnsibleVault"
>
<b-row class="text-left">
<b-row class="text-left no-ml">
<b-col>
To create ansible vault files, use the following command:
<code> ansible-vault create [FILENAME] </code><br />
Expand All @@ -17,7 +17,7 @@
</b-row>

<hr />
<b-row>
<b-row class="no-ml">
<b-col class="border-right">
<h4>Upload Ansible Vault File</h4>
<b-row
Expand Down Expand Up @@ -945,6 +945,9 @@ textarea {
text-align: left;
margin-left: 2rem;
}
.no-ml .col{
margin-left: 0 !important;
}
.cursor {
cursor: pointer;
}
Expand Down

0 comments on commit 68302a9

Please sign in to comment.