Skip to content

Unexpected space between segments/text #668

Discussion options

You must be logged in to vote

Not exactly sure why, but what helped for me was adding an invisible \u2800 character at the end.

        {
          "type": "executiontime",
          /* other attributes here */
          "properties": {
            "always_enabled": true,
            "prefix": "\ufa1e",
            "postfix": "\u2800" // invisible spacing character
          }
        },

It's an ugly workaround but the result looks nice.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@comanche
Comment options

@codeRSH
Comment options

Answer selected by JanDeDobbeleer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #666 on April 20, 2021 08:37.