Merge branch 'VM/RED-7678' into 'master'
RED-7678 - In-Place editing fields in Workflow View not aligned correctly Closes RED-7678 See merge request redactmanager/red-ui!140
This commit is contained in:
commit
99701c7cd2
@ -72,8 +72,10 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.file-name-column-input,
|
&.workflow-edit-input {
|
||||||
.workflow-edit-input {
|
justify-content: space-between;
|
||||||
|
left: 0;
|
||||||
|
top: -5px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -82,12 +84,6 @@
|
|||||||
form {
|
form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&.workflow-edit-input {
|
|
||||||
justify-content: space-between;
|
|
||||||
left: 0;
|
|
||||||
top: -5px;
|
|
||||||
|
|
||||||
iqser-circle-button {
|
iqser-circle-button {
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user