Anthony's Technical Blog
Showing posts with label
long text
.
Show all posts
Showing posts with label
long text
.
Show all posts
Wednesday, December 2, 2015
How to show ellipsis if the button label (text inside the button) is too long
Add the following style to the button:
.btn-long-label {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
Older Posts
Home
Subscribe to:
Posts (Atom)