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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new f53e86d  [YUNIKORN-2086] Add scroll bar to application state list 
(#144)
f53e86d is described below

commit f53e86de783e20d004de3ed362159e4dbc50ae6b
Author: targetoee <[email protected]>
AuthorDate: Thu Nov 2 14:10:45 2023 +1100

    [YUNIKORN-2086] Add scroll bar to application state list (#144)
    
    Closes: #144
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 src/app/components/app-status/app-status.component.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/components/app-status/app-status.component.scss 
b/src/app/components/app-status/app-status.component.scss
index d34c656..419fc35 100644
--- a/src/app/components/app-status/app-status.component.scss
+++ b/src/app/components/app-status/app-status.component.scss
@@ -26,6 +26,8 @@
 }
 .chart-legend {
   max-width: 200px;
+  max-height: 220px;
+  overflow: scroll;
   margin: 0 auto;
   font-size: 0.8em;
   font-weight: bold;


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

Reply via email to