diff --git a/ui/src/main.js b/ui/src/main.js index 79c66b1..3d4f8af 100644 --- a/ui/src/main.js +++ b/ui/src/main.js @@ -609,14 +609,16 @@ Markdown content - - {{ proposalRunning ? 'Creating' : 'Create pending change' }} - +
+ + {{ proposalRunning ? 'Creating' : 'Create pending change' }} + +
{{ proposalError }}
@@ -652,14 +654,16 @@ Details - - {{ commitRunning ? 'Committing' : 'Commit selected' }} - +
+ + {{ commitRunning ? 'Committing' : 'Commit selected' }} + +
{{ commitError }}
{{ JSON.stringify(commitResult, null, 2) }}
diff --git a/ui/src/styles.css b/ui/src/styles.css index 5a7f139..75fdad1 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -214,6 +214,13 @@ padding-top: 8px; } +.gnb-actions { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + gap: 8px; +} + .gnb-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));