Commit 2c45eda9 authored by Jai Bhagat's avatar Jai Bhagat
Browse files

refact: remove inline styling for grid class

parent 8e3510ce
Showing with 9 additions and 5 deletions
+9 -5
{{did-update this.onViewChange @view}}
{{did-insert this.establishKeyValues}}
<form class="new-secure-variables" autocomplete="off" {{on "submit" this.save}}>
<div style="display: flex">
<label style="flex-grow: 5">
<div class="path-namespace">
<label>
<span>
Path
</span>
......
......@@ -5,9 +5,7 @@
{{#if trigger.data.isSuccess}}
{{#if trigger.data.result}}
{{#if @data.namespaceOptions}}
<label
style="flex-grow: 1; display: flex; flex-direction: column; margin-left: 10px; align-items: flex-end"
>
<label>
<span>
Namespace
</span>
......
......@@ -41,6 +41,12 @@
animation: slide-in 0.3s ease-out;
}
.path-namespace {
display: grid;
grid-template-columns: 6fr 1fr;
gap: 0 1rem;
}
.key-value {
display: grid;
grid-template-columns: 1fr 4fr 130px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment