* fix input width * fix feed edit path_entries_filter --------- Co-authored-by: math-gh <>
@@ -519,7 +519,7 @@
?>
<label class="group-name" for="path_entries_filter"><?= _t('sub.feed.css_path_filter') ?></label>
<div class="group-controls">
- <div class="stick w100">
+ <div class="w100">
<input type="text" name="path_entries_filter" id="path_entries_filter" class="w100" value="<?= $path_entries_filter ?>"
data-leave-validation="<?= $path_entries_filter ?>" placeholder="<?= _t('gen.short.blank_to_disable') ?>" />
</div>
@@ -208,7 +208,7 @@ label {
display: block;
}
-input {
+input:not(.w50,.w100) {
max-width: 90%;
width: 300px;