We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9534c0a commit 59527b0Copy full SHA for 59527b0
src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt
@@ -519,7 +519,7 @@ class CoderWorkspacesStepView(val setNextButtonEnabled: (Boolean) -> Unit) : Cod
519
)
520
sessionTokenTextField = textField().applyToComponent {
521
text = existingToken
522
- minimumSize = Dimension(320, -1)
+ minimumSize = Dimension(520, -1)
523
}.component
524
}
525
0 commit comments