[2.1] Responsive Attribute Card Layout #5
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?
User Story
As a user, I want attribute cards to scale fluidly, so that names are never truncated.
Acceptance Criteria
Modifier.width(90.dp)— useModifier.weight(1f)in Row or fill max widthTextOverflow.Ellipsis+maxLines = 1as safety netNotes
Affects
lib/components/charactermodel/attributespage/Attribute.kt. Depends on 1.4 for grid column count.