mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-04 13:31:14 +02:00
UI: Policy JSON Editor Toolbar Styling Fix (#23297)
This commit is contained in:
parent
391cc1157a
commit
ef727eafde
3
changelog/23297.txt
Normal file
3
changelog/23297.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
ui: Fixes policy input toolbar scrolling by default
|
||||||
|
```
|
@ -25,7 +25,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
{{#if @model.isNew}}
|
{{#if @model.isNew}}
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
<label class="is-label">Policy</label>
|
<label class="has-text-weight-bold">Policy</label>
|
||||||
<ToolbarActions>
|
<ToolbarActions>
|
||||||
<div class="toolbar-separator"></div>
|
<div class="toolbar-separator"></div>
|
||||||
<div class="control is-flex">
|
<div class="control is-flex">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user