-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report
Description
Short description of the problem:
Long text in buttons is not being truncated. I am using full
and block
buttons
While the button does have the ellipsis, as show below;
.button {
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
This doesn't work, as the .button-inner
class has display: flex
What behaviour are you expecting?
Display ellipsis.
This can be done by setting the display of .button-inner
to inline
. However, I don't really know the reason for it's display being flex.
Which Ionic Version? 2 RC.0
uniphonic and Lydon
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report