Skip to content

Commit

Permalink
Align contents of URL action header
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 17, 2023
1 parent df85228 commit 94e0d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function renderActionHeader(actionData: ActionDefinition, ...content: HTM
const flexbox = document.createElement('div');
flexbox.style.display = 'flex';
flexbox.style.gap = '10px';
flexbox.style.alignItems = 'center';

if (actionData.title) {
flexbox.appendChild(actionTitle);
Expand Down

0 comments on commit 94e0d24

Please sign in to comment.