From d4b5400a9e764e2aa65bb4e132f0093bca992505 Mon Sep 17 00:00:00 2001 From: wcgunter Date: Fri, 16 Feb 2024 18:15:56 -0500 Subject: [PATCH] Update history.css --- cws-ui/src/main/webapp/css/history.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/cws-ui/src/main/webapp/css/history.css b/cws-ui/src/main/webapp/css/history.css index 4cbde4d0..e565ab4c 100644 --- a/cws-ui/src/main/webapp/css/history.css +++ b/cws-ui/src/main/webapp/css/history.css @@ -61,34 +61,34 @@ summary { } .proc-var-flex-main { - margin-bottom: 10px; - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: flex-start; + margin-bottom: 10px; + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: flex-start; align-items: center; } .proc-var-flex-main-sub-1 { align-self: start; - display: flex; - flex-wrap: nowrap; + display: flex; + flex-wrap: nowrap; justify-content: space-between; } .proc-var-flex-main-sub-2 { - width: 150px; - word-wrap: break-word; + width: 160px; + word-wrap: break-word; overflow: hidden; } .proc-var-flex-main-sub-3 { - width: 200px; + width: 300px; word-wrap: break-word; } .proc-var-flex-btn { - align-self: start; + align-self: start; } #logDataNest { @@ -97,4 +97,4 @@ summary { .procInstId-cell { width: 300px; -} \ No newline at end of file +}