Kevin A. Hernández Rostrán

Results 3 comments of Kevin A. Hernández Rostrán

You can use the alias expression too: https://stackoverflow.com/a/19517533 ``` ```

@Hesesses another possibility can be: ``` .ui-select-placeholder,.ui-select-match-text,.ui-select-match-item{ width: 100%; overflow: hidden !important; text-overflow: ellipsis !important; padding-right: 20px; } .ui-select-multiple.ui-select-bootstrap .ui-select-match-item{ width: auto; padding-right: 5px; } ``` to fix label or...

This issue is not related to this project. The issue is related to vscode-git-graph extension mhutchie/vscode-git-graph#738. >Solved by adding this on settings.json. >"git-graph.customEmojiShortcodeMappings": [{"shortcode": ":technologist:", "emoji": "🧑‍💻"}] Please, close it.