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:
Angel Garbarino
2023-11-28 14:00:28 -07:00
committed by GitHub
parent 78d756acdb
commit ef14ae87a5

View File

@@ -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}}