From b553305a0ef91021bc6b9fec03589aeb1abf220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marjolaine=20V=C3=A9?= <marjolaine.ve+gitlab@gmail.com> Date: Wed, 28 Mar 2018 22:34:24 +0200 Subject: [PATCH] Images in poll maxwidth: 100% --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 046284c4..e0bb0a0b 100644 --- a/css/style.css +++ b/css/style.css @@ -274,6 +274,10 @@ table.results thead th { text-overflow:ellipsis; } +table.results thead th img { + max-width: 100%; +} + table.results thead .btn { margin: 0 auto; display: block; -- GitLab