mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI: Policy JSON Editor Toolbar Styling Fix (#23297)
This commit is contained in:
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">
|
||||||
|
|||||||
Reference in New Issue
Block a user