xtlc

Results 4 issues of xtlc

Following an example in my code where I tried to optimize in terms of DRY: ``` class CustomColumn(django_tables2.Column): def render(self, value, column): column.attrs = {"td": {"align": "right"},} ###

Possibly related: https://github.com/Wikiki/bulma-switch/issues/72 I have a problem aligning the switch in a line with another bulma (input) element: ``` a1 Please Choose... ... a2 on ``` this results in: ![image](https://github.com/Wikiki/bulma-switch/assets/14292046/6d0eef2c-ff74-481e-a6f5-c046d119e969)...

I encountered a small problem when placing for example a switch (I also tried checkbox, but not all the other options) next to an input field: ![image](https://github.com/Wikiki/bulma-checkradio/assets/14292046/d927d60d-dc8d-4c9d-8d5d-4b60da387422) There is a...