- added FLOW_ID env variable;
- implemented two types of evaluation flow; - refactored component related to communication messages; - fixed displaying elements based on evaluation status; - fixed some styles;
This commit is contained in:
@@ -208,10 +208,18 @@
|
||||
column-count: 2;
|
||||
column-width: 4em;
|
||||
display: block;
|
||||
padding-bottom: 0;
|
||||
/*padding-bottom: 0;*/
|
||||
|
||||
.appPageSection__pMeta {
|
||||
margin-bottom: 1em;
|
||||
|
||||
span:nth-of-type(1) {
|
||||
max-width: 30%;
|
||||
}
|
||||
span:nth-of-type(2) {
|
||||
max-width: 60%;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -221,6 +229,7 @@
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
list-style: inside;
|
||||
}
|
||||
|
||||
.appPageSection__listItem {
|
||||
|
||||
Reference in New Issue
Block a user