Action row buttons don't have labels on mobile

Is there a way to get my action row buttons to have labels on mobile?
I can add an icon, or I can remove the icon and display a title.
However, I want to have both.

Icon + title only display on a wider screen.

Help needed
How do I get them both to display on mobile?
Or is that not possible?

It’s there. They just hide it.

button[class*="icon-only miniTiles"] div[class*="wire-button___StyledDiv"] {
position: relative;
width: 40px;
height: auto;
}
3 Likes

Amazing. You’re the boss of CSS. I’ve written HTML, CSS for decades, but have never bothered adding it to a Glide app before.

Looks like I have a reason to now.

To get CSS, do you just inspect app in a browser? Or is there a reference?

2 Likes

Yeah, inspecting is the way to go.

You can also visit the public community library here, which me, @tuzin , @Lucas_Pires and @Eric_Penn are maintaining.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.