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)
|
||||
(td (table (tr
|
||||
,@(map (lambda (radio choice)
|
||||
`((td ,radio) (td ,choice)))
|
||||
`((td ,radio ,choice
|
||||
;; Add some distance
|
||||
(nbsp)(nbsp))))
|
||||
radios
|
||||
choices)))))))
|
||||
(else
|
||||
|
|
Loading…
Reference in New Issue