mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix KV "View secret" or "View list" HDS button styling (#24278)
* wip * remove is-flex and put input on same different row * remove wide
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
@cardTitle="View secret"
|
||||
@subText="Type the path of the secret you want to view. Include a trailing slash to navigate to the list view."
|
||||
>
|
||||
<form {{on "submit" this.transitionToSecretDetail}} class="has-top-margin-m is-flex">
|
||||
<form {{on "submit" this.transitionToSecretDetail}} class="has-top-margin-m">
|
||||
<InputSearch
|
||||
@id="search-input-kv-secret"
|
||||
@initialValue={{@pathToSecret}}
|
||||
|
||||
Reference in New Issue
Block a user