mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Question] Minimum label width? #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Syndamia on GitHub (Jan 7, 2021).
Recently I noticed that it seems as if labels have a minimum width of 4 characters.
In this example,

123and1234have different amount of characters, but the width of the labels is the same:Is this intentional or is this a bug? Also, if intentional, why minimum width of 4 characters, instead of 3 or 2?
@nickbe commented on GitHub (Jan 7, 2021):
The label wrapper in the board seems to have a minimum width of 40px. Changing would not be a problem.
@meltyshev Could you check if this is needed or could be further reduced to 20 px?
@meltyshev commented on GitHub (Jan 7, 2021):
Ah, I did it because a label may not have a text inside it. Do you think that it should adjust the text width unless it's not empty?
@Syndamia commented on GitHub (Jan 7, 2021):
I think this will be perfect