Skip to content

Commit

Permalink
UI: Policy JSON Editor Toolbar Styling Fix (#23297)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo authored Sep 26, 2023
1 parent 391cc11 commit ef727ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/23297.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixes policy input toolbar scrolling by default
```
2 changes: 1 addition & 1 deletion ui/app/components/policy-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="field">
{{#if @model.isNew}}
<Toolbar>
<label class="is-label">Policy</label>
<label class="has-text-weight-bold">Policy</label>
<ToolbarActions>
<div class="toolbar-separator"></div>
<div class="control is-flex">
Expand Down

0 comments on commit ef727ea

Please sign in to comment.