Make TruncatedText elements display: inline-block

Needed because clamp.js sets a height on browsers that don't have
native clamping.
This commit is contained in:
Alex Liebowitz 2017-02-09 19:06:09 -05:00
parent c8754e4351
commit bd922f0f45

View file

@ -121,6 +121,10 @@ input[type="text"], input[type="search"]
height: $spacing-vertical * 1.5;
}
.truncated-text {
display: inline-block;
}
.busy-indicator
{
background: url('../img/busy.gif') no-repeat center center;