added multi column workflow fields
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
|
||||
.workflow-table {
|
||||
margin-bottom:4px;
|
||||
max-width: 100%;
|
||||
max-width: 100% !important;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.workflow-table label {
|
||||
@@ -61,8 +62,14 @@
|
||||
padding-bottom: 4px;
|
||||
border-top: none;
|
||||
min-width: 138px;
|
||||
max-width: 138px;
|
||||
|
||||
}
|
||||
|
||||
.workflow-table tr {
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
.workflow-table .workflow-item.wfitem-width-2 {
|
||||
max-width: 276px;
|
||||
}
|
||||
@@ -85,12 +92,11 @@
|
||||
.workflow-table .workflow-item select {
|
||||
padding-left: 4px;
|
||||
min-width: 138px;
|
||||
max-width: 100%;
|
||||
max-width: 138px;
|
||||
}
|
||||
|
||||
.workflow-item input[type=text] {
|
||||
max-width:100%;
|
||||
min-width: 138px;
|
||||
width: 138px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user