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

zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 855abf6ad Fixed a style issue within the dialog on the about-page. 
(#2109)
855abf6ad is described below

commit 855abf6ada1b0387dd49640e07005022b22f91c8
Author: Kerwin Bryant <[email protected]>
AuthorDate: Thu Jun 20 20:52:04 2024 +0800

    Fixed a style issue within the dialog on the about-page. (#2109)
    
    Co-authored-by: Logic <[email protected]>
---
 web-app/src/app/layout/basic/widgets/user.component.ts | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/web-app/src/app/layout/basic/widgets/user.component.ts 
b/web-app/src/app/layout/basic/widgets/user.component.ts
index deb58ea3c..61f37744a 100644
--- a/web-app/src/app/layout/basic/widgets/user.component.ts
+++ b/web-app/src/app/layout/basic/widgets/user.component.ts
@@ -89,9 +89,11 @@ import { CONSTANTS } from '../../../shared/constants';
           <nz-divider nzType="vertical"></nz-divider>
           <span nz-icon nzType="cloud-download"></span>
           <a href="https://hertzbeat.apache.org/docs/start/upgrade"; 
target="_blank"> {{ 'about.upgrade' | i18n }} </a>
-          <a style="float: right" href="//github.com/apache/hertzbeat" 
target="_blank"> {{ 'about.star' | i18n }} </a>
-          <span style="float: right" nz-icon nzType="star" 
nzTheme="twotone"></span>
-          <nz-divider style="float: right" nzType="vertical"></nz-divider>
+          <div style="float: right">
+            <nz-divider nzType="vertical"></nz-divider>
+            <span nz-icon nzType="star" nzTheme="twotone"></span>
+            <a href="//github.com/apache/hertzbeat" target="_blank"> {{ 
'about.star' | i18n }} </a>
+          </div>
         </div>
       </div>
     </nz-modal>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to