Hello, everybody. I’m trying to make a long text to be showing despite phone resolution and not cutting it off like the image below. I’ve tried making it bigger using ionic button-large or button-bar class and other methods from the Ionic docs, but none of them makes the contend take the full width of the button. My overall idea is to be equally grid positioned buttons with text displayed in full width. Just to mention this only happens (cutting the text off) on devices below around 600 Width and in landscape this doesn’t happen.
Otherwise, you would need to write custom css based on media queries that detect page width. At smaller page widths you would have to set font-size of the button text smaller.