bndw / wifi-card

📶 Print a QR code for connecting to your WiFi (wificard.io)
https://wificard.io
MIT License
6.58k stars 460 forks source link

Missing spaces in radio and checkbox in RTL #250

Closed AhmedElTabarani closed 1 year ago

AhmedElTabarani commented 1 year ago

Screenshot: image

bndw commented 1 year ago

Hi @AhmedElTabarani, thanks for the report. I'm guessing the UI library we're using (evergreen-ui) is missing some padding-right for RTL support.

We could probably resolve this by adding a CSS rule that adds some padding-right to these inputs. Feel free to open a PR, otherwise I'll look into this when I get a chance.