Commit fc7a2ea
committed
fix: show the full description of space permissions
The description of a role in the space member permissions list was
capped at two lines with a middle ellipsis. Android only applies a
middle ellipsis to single-line text, so longer descriptions such as the
one for "Can manage" were silently cut after the second line.
The description now has room for four lines and uses an end ellipsis,
which Android does apply to multi-line text, so anything longer is
visibly truncated instead of hidden.
Signed-off-by: Lennox <parththale02@gmail.com>1 parent 394db04 commit fc7a2ea
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments