Shorten automation description
This commit is contained in:
@@ -48,7 +48,7 @@ config = [{
|
||||
'label': 'Ignored Genres',
|
||||
'default': '',
|
||||
'placeholder': 'Example: Horror, Comedy & Drama & Romance',
|
||||
'description': 'Ignore movies that contain at least one set of genres. Sets are separated by "," and each word within a set must be separated with "&"'
|
||||
'description': 'Ignore movies that contain at least one set of genres. Sets work the same as above.'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -133,6 +133,7 @@
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding-left: 2%;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.page .check + .formHint {
|
||||
@@ -142,6 +143,7 @@
|
||||
padding-left: 1% !important;
|
||||
height: 24px;
|
||||
vertical-align: middle;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.page .ctrlHolder label {
|
||||
|
||||
Reference in New Issue
Block a user