I don't want my text being so close to the square border, so I want to use a space after my string to create a space,
but Ninja ignores the space. I've even tried all the following Unicode characters to get around it, but Ninja ignores them too.
I don't know how to get around this.
Thanks.
- U+0020: " "
- U+00A0: " "
- U+2000: " "
- U+2001: " "
- U+2002: " "
- U+2003: " "
- U+2004: " "
- U+2005: " "
- U+2006: " "
- U+2007: " "
- U+2008: " "
- U+2009: " "
- U+200A: " "
- U+202F: " "
- U+205F: " "
- U+3000: " "

Comment