Skip to content

Commit

Permalink
[Catalog] Fix issue with TextField demo getting cut off in horizontal…
Browse files Browse the repository at this point in the history
… orientation

PiperOrigin-RevId: 675628875
  • Loading branch information
imhappi authored and dsn5ft committed Sep 19, 2024
1 parent 8932a81 commit 81907eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/cat_textfield_standard_spacing"
android:padding="@dimen/cat_textfield_standard_spacing"
android:orientation="vertical">

<!-- Default width of text fields should be 245dp. -->
Expand Down

0 comments on commit 81907eb

Please sign in to comment.