Skip to content

Commit

Permalink
Update history.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Feb 16, 2024
1 parent f9dff09 commit d4b5400
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cws-ui/src/main/webapp/css/history.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -97,4 +97,4 @@ summary {

.procInstId-cell {
width: 300px;
}
}

0 comments on commit d4b5400

Please sign in to comment.