# How can I show whole text into button, not only the first character like this

**URL:** https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [August 21, 2021, 6:29am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385 "2021-08-21T06:29:12Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![yinnatthachatfly](https://avatars.discourse-cdn.com/v4/letter/y/7ba0ec/32.png) [@yinnatthachatfly](https://community.thunkable.com/u/yinnatthachatfly)
#### Post date: [August 21, 2021, 6:29am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/1 "2021-08-21T06:29:12Z")

</div>

![IMG_7311.PNG](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/5/9583cb4473cd0c26256673c22a7452b1a9cf2fb0.jpeg)

---

<div class="post-metadata">

### Author: ![yinnatthachatfly](https://avatars.discourse-cdn.com/v4/letter/y/7ba0ec/32.png) [@yinnatthachatfly](https://community.thunkable.com/u/yinnatthachatfly)
#### Post date: [August 21, 2021, 6:31am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/2 "2021-08-21T06:31:41Z")

</div>

![Untitled](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/5/e5506aa7c923606197667e93f3b3b44a65d45b49.png)  
It should show whole text like this but this is a screen test on laptop.

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 21, 2021, 6:41am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/3 "2021-08-21T06:41:04Z")

</div>

I don’t know that `list` property divides text into pieces like

- T
- E
- X
- T  
even though `list viewer` is a `list` property, it always shows this:
- T
- E
- X
- T  
data to data to data source, you can use data viewer list  
add a row add margin, add custom data viewer layout select your layout in the list (remember to remove any default values from the data source)

---

<div class="post-metadata">

### Author: ![yinnatthachatfly](https://avatars.discourse-cdn.com/v4/letter/y/7ba0ec/32.png) [@yinnatthachatfly](https://community.thunkable.com/u/yinnatthachatfly)
#### Post date: [August 21, 2021, 6:46am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/4 "2021-08-21T06:46:36Z")

</div>

I use button in row and the row in column . and use clone button into column.

---

<div class="post-metadata">

### Author: ![vishruth-ram](https://avatars.discourse-cdn.com/v4/letter/v/82dd89/32.png) [@vishruth-ram](https://community.thunkable.com/u/vishruth-ram)
#### Post date: [August 21, 2021, 6:50am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/5 "2021-08-21T06:50:54Z")

</div>

try this:  
 ![Screenshot 2021-08-21 122038](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/4/145b6ad2915b672797ba1cea1cf177af44516bc2.png)

---

<div class="post-metadata">

### Author: ![yinnatthachatfly](https://avatars.discourse-cdn.com/v4/letter/y/7ba0ec/32.png) [@yinnatthachatfly](https://community.thunkable.com/u/yinnatthachatfly)
#### Post date: [August 21, 2021, 6:57am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/6 "2021-08-21T06:57:15Z")

</div>

I mean I finished all decide and it works right now only the font 's not show properly.

---

<div class="post-metadata">

### Author: ![yinnatthachatfly](https://avatars.discourse-cdn.com/v4/letter/y/7ba0ec/32.png) [@yinnatthachatfly](https://community.thunkable.com/u/yinnatthachatfly)
#### Post date: [August 21, 2021, 6:58am UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/7 "2021-08-21T06:58:46Z")

</div>

I don’t want to change anything in screen . Only the font of clone button when run in mobile not swhow whole text , just show the first character.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:17pm UTC](https://community.thunkable.com/t/how-can-i-show-whole-text-into-button-not-only-the-first-character-like-this/1461385/8 "2024-11-08T13:17:13Z")

</div>


