strelloids
strelloids copied to clipboard
[Bug] Label text cropped
Describe the bug While a single label is assigned to a card, Strelloids turns the last 3 characters of the label into "..." in the main board view, leaving between 7 and 12 characters of the original label name. It leaves multiple-labelled cards alone.
This CSS seems to be the culprit:
.j7Rr8BmatF7PrC {
display: inline-flex;
max-width: calc(100% - 4px);
}
If I overwrite that max-width
with unset
in Stylus, it stops the cropping.
To Reproduce Steps to reproduce the behavior:
- Assign a single label with a 10+ characters name to a card
- See that the label gets cropped in the main board view
Expected behavior To not mess with the text length of my labels.
Browser details
- OS: Win10
- Browser: Firefox
- Version: 106.0.3
- Strelloids version: 2020.9.27.1