diff options
| author | 2023-10-28 13:52:32 +0200 | |
|---|---|---|
| committer | 2023-10-28 13:52:32 +0200 | |
| commit | 98aa0b474e806f51171ec1835ba80fad0d9a4e5c (patch) | |
| tree | e70dd1eef495cd656f4db9c6db0468cfe03f5cdb /app/views/helpers/feed/update.phtml | |
| parent | 51a95afdbbd43c69097c0452bacb049991a10ff9 (diff) | |
Fix UI inputs manage feed (#5765)
* fix input width
* fix feed edit path_entries_filter
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'app/views/helpers/feed/update.phtml')
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index a5989bf14..73aeea32e 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -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> |
