Skip to content

Commit 59527b0

Browse files
committed
Increase token input width
Wide enough to see the whole token at once.
1 parent 9534c0a commit 59527b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ class CoderWorkspacesStepView(val setNextButtonEnabled: (Boolean) -> Unit) : Cod
519519
)
520520
sessionTokenTextField = textField().applyToComponent {
521521
text = existingToken
522-
minimumSize = Dimension(320, -1)
522+
minimumSize = Dimension(520, -1)
523523
}.component
524524
}
525525
}

0 commit comments

Comments
 (0)