diff options
| author | 2023-10-28 13:52:32 +0200 | |
|---|---|---|
| committer | 2023-10-28 13:52:32 +0200 | |
| commit | 98aa0b474e806f51171ec1835ba80fad0d9a4e5c (patch) | |
| tree | e70dd1eef495cd656f4db9c6db0468cfe03f5cdb /p | |
| 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 'p')
| -rw-r--r-- | p/themes/base-theme/frss.css | 2 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 0f68791f1..b95b29466 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -208,7 +208,7 @@ label { display: block; } -input { +input:not(.w50,.w100) { max-width: 90%; width: 300px; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 78a2d6141..5ad165b69 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -208,7 +208,7 @@ label { display: block; } -input { +input:not(.w50,.w100) { max-width: 90%; width: 300px; } |
