This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new f49adf44 [Improvement] Adjust the header toolbar to be centered 
vertically (#421)
f49adf44 is described below

commit f49adf447665bfbf60d154db7a190bbac0b711ac
Author: s7monk <[email protected]>
AuthorDate: Tue Jun 18 11:53:41 2024 +0800

    [Improvement] Adjust the header toolbar to be centered vertically (#421)
---
 paimon-web-ui/src/layouts/content/components/toolbar/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-web-ui/src/layouts/content/components/toolbar/index.tsx 
b/paimon-web-ui/src/layouts/content/components/toolbar/index.tsx
index 79118ee4..5f92bda1 100644
--- a/paimon-web-ui/src/layouts/content/components/toolbar/index.tsx
+++ b/paimon-web-ui/src/layouts/content/components/toolbar/index.tsx
@@ -139,7 +139,7 @@ export default defineComponent({
   },
   render() {
     return (
-      <n-space align="center" size={20}>
+      <n-space align="center" size={20} item-style="display: flex; 
align-items: center">
         <n-popover
           trigger="hover"
           placement="bottom"

Reply via email to