changeset 08e998097055 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=08e998097055
description:
        Set width to themed checkbox input

        issue10920
        review364291002
diffstat:

 src/theme.less |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 6b2e33b10255 -r 08e998097055 src/theme.less
--- a/src/theme.less    Sun Oct 31 10:20:24 2021 +0100
+++ b/src/theme.less    Sun Oct 31 10:22:22 2021 +0100
@@ -291,6 +291,7 @@
     -webkit-appearance: none;
     appearance: none;
     cursor: pointer;
+    width: 18px;
 
     &:focus {
         outline: none;

Reply via email to