How to make the text selectable inside IonItem when there is a Button inside

I have an IonItem with an IonButton and IonLabel inside. I want to copy the text from IonLabel so I tried putting user-select: text; on the IonLabel but it only works if there is no button inside the IonItem.

Is there any way to make the text selectable inside IonItem without moving the IonButton outside of the IonItem?

stackblitz