Add some distance between radio button and radio text
This commit is contained in:
parent
61c5cf4246
commit
91c0997dd7
|
@ -150,7 +150,9 @@
|
||||||
`(tr (td ,text)
|
`(tr (td ,text)
|
||||||
(td (table (tr
|
(td (table (tr
|
||||||
,@(map (lambda (radio choice)
|
,@(map (lambda (radio choice)
|
||||||
`((td ,radio) (td ,choice)))
|
`((td ,radio ,choice
|
||||||
|
;; Add some distance
|
||||||
|
(nbsp)(nbsp))))
|
||||||
radios
|
radios
|
||||||
choices)))))))
|
choices)))))))
|
||||||
(else
|
(else
|
||||||
|
|
Loading…
Reference in New Issue