add handlers to input box as well

This commit is contained in:
Fabio Pliger
2022-04-20 16:32:11 -05:00
parent 44afda7aa8
commit ac64b2aaa3
3 changed files with 20 additions and 8 deletions

View File

@@ -140,7 +140,7 @@ class PyWidgetTheme:
class PyListTemplate:
theme = PyWidgetTheme("flex flex-col-reverse mt-4")
theme = PyWidgetTheme("flex flex-col-reverse mt-8 mx-4")
def __init__(self, parent):