update
This commit is contained in:
@@ -2404,7 +2404,7 @@ h4.section-title {
|
||||
flex-direction: column;
|
||||
border: 1px solid var(--c-border);
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.email-tpl-toolbar {
|
||||
@@ -2424,7 +2424,7 @@ h4.section-title {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
z-index: 50;
|
||||
z-index: 300;
|
||||
min-width: 260px;
|
||||
max-height: 320px;
|
||||
overflow-y: auto;
|
||||
|
||||
@@ -63,3 +63,39 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.automation-actions-cell {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.automation-inline-form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.automation-history-filters {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 8px;
|
||||
align-items: end;
|
||||
|
||||
.form-field {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.field-label {
|
||||
font-size: 12px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
&__actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user