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:
Dan Percic 2023-10-13 13:46:24 +02:00
commit 99701c7cd2

View File

@ -72,8 +72,10 @@
background: transparent;
}
&.file-name-column-input,
.workflow-edit-input {
&.workflow-edit-input {
justify-content: space-between;
left: 0;
top: -5px;
box-shadow: none;
width: 100%;
position: absolute;
@ -82,12 +84,6 @@
form {
width: 100%;
}
}
&.workflow-edit-input {
justify-content: space-between;
left: 0;
top: -5px;
iqser-circle-button {
margin: 0 5px;