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 4a135427 [Bugfix] Fix playground sroll tabs style (#275)
4a135427 is described below

commit 4a135427ca667ad0638ba690d25725db26076c74
Author: xiaomo <[email protected]>
AuthorDate: Sat Jun 1 13:22:29 2024 +0800

    [Bugfix] Fix playground sroll tabs style (#275)
---
 paimon-web-ui/src/views/playground/components/query/index.module.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/paimon-web-ui/src/views/playground/components/query/index.module.scss 
b/paimon-web-ui/src/views/playground/components/query/index.module.scss
index 369f097e..0a807a10 100644
--- a/paimon-web-ui/src/views/playground/components/query/index.module.scss
+++ b/paimon-web-ui/src/views/playground/components/query/index.module.scss
@@ -36,7 +36,6 @@ under the License. */
     }
 
     .tabs {
-      display: flex;
       height: 41px;
       width: 100%;
     }

Reply via email to