aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-23 02:12:49 +0200
committerGravatar GitHub <noreply@github.com> 2019-10-23 02:12:49 +0200
commitfdfd8ce9be182943e73d20ec3bff4d560c5b7503 (patch)
tree50a3eb3de6cc3a9842b6dbdf2d1ca3b5457a3c1d /p
parentcc0db9af4f980829faa4bf0960617807b32fb4fa (diff)
Workaround for MySQL limitation 1093 (#2586)
* Workaround for MySQL limitation 1093 https://github.com/FreshRSS/FreshRSS/pull/2335#issuecomment-545194606 including minor Travis fixes
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 2d76c9b4d..ebceea526 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -101,6 +101,7 @@ label {
input {
width: 180px;
}
+
input[type=number] {
width: 6em;
}