Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: inputs manage feed #5765

Merged
merged 3 commits into from Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/helpers/feed/update.phtml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion p/themes/base-theme/frss.css
Expand Up @@ -208,7 +208,7 @@ label {
display: block;
}

input {
input:not(.w50,.w100) {
max-width: 90%;
width: 300px;
}
Expand Down
2 changes: 1 addition & 1 deletion p/themes/base-theme/frss.rtl.css
Expand Up @@ -208,7 +208,7 @@ label {
display: block;
}

input {
input:not(.w50,.w100) {
max-width: 90%;
width: 300px;
}
Expand Down