From 46c17c8029a539d276d25585fd6d54153ffa592f Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 15 Jun 2023 00:40:15 +0800 Subject: Use flex to align SVG and text (#25163) The code can be as simple as: ```html
{{svg "octicon-alert"}} {{svg "octicon-x"}} text (block)
{{svg "octicon-alert"}} {{svg "octicon-x"}} text
(inline)
``` ![image](https://github.com/go-gitea/gitea/assets/2114189/1d3c10f1-0bc7-4c26-b236-bad537d5c465) --------- Co-authored-by: Giteabot --- web_src/js/components/PullRequestMergeForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_src/js/components/PullRequestMergeForm.vue') diff --git a/web_src/js/components/PullRequestMergeForm.vue b/web_src/js/components/PullRequestMergeForm.vue index d6ddbef817..909ea950db 100644 --- a/web_src/js/components/PullRequestMergeForm.vue +++ b/web_src/js/components/PullRequestMergeForm.vue @@ -72,7 +72,7 @@ -