update
This commit is contained in:
@@ -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