From 7e5539f7f68f2c86dcab9bf29c0ed56e1d72b81b Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Sun, 27 Aug 2023 14:28:48 +0200 Subject: [PATCH] =?UTF-8?q?CSS:=20Oprava=20paddingu=20pro=20INPUTy=20v=20t?= =?UTF-8?q?abulk=C3=A1ch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mo.css b/static/mo.css index 1fa431b3..9e3a4c4f 100644 --- a/static/mo.css +++ b/static/mo.css @@ -504,7 +504,7 @@ table.data input.form-control { display: inline; width: auto; height: auto; - padding: 0; + padding: 0 0.3em; } /* Loading circle animation (source: https://codepen.io/jake-lee/pen/jrJYON) */ -- GitLab