Skip to content

Commit

Permalink
[HOTFIX] 187 - 닉네임 줄넘김 방지 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora32s authored Aug 4, 2023
1 parent 927ba3f commit 06c892f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
android:layout_marginTop="36dp"
android:background="@null"
android:gravity="center"
android:maxLines="1"
android:singleLine="true"
android:textAlignment="center"
android:textColor="@color/bg100"
app:layout_constraintEnd_toEndOf="@id/btnCancel"
Expand Down

0 comments on commit 06c892f

Please sign in to comment.