Fix agent name badge truncation in iOS phase bubble
Replace fixedSize modifier with truncationMode(.tail) to properly show ellipsis when agent names are too long to fit.
This commit is contained in:
@@ -1693,7 +1693,7 @@ private struct PhaseBubble: View {
|
||||
.font(.caption2.monospaced())
|
||||
.foregroundStyle(Theme.textMuted)
|
||||
.lineLimit(1)
|
||||
.fixedSize(horizontal: true, vertical: false)
|
||||
.truncationMode(.tail)
|
||||
.padding(.horizontal, 6)
|
||||
.padding(.vertical, 2)
|
||||
.background(Theme.backgroundTertiary)
|
||||
|
||||
Reference in New Issue
Block a user