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:
parent
c8754e4351
commit
bd922f0f45
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ input[type="text"], input[type="search"]
|
||||||
height: $spacing-vertical * 1.5;
|
height: $spacing-vertical * 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.truncated-text {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.busy-indicator
|
.busy-indicator
|
||||||
{
|
{
|
||||||
background: url('../img/busy.gif') no-repeat center center;
|
background: url('../img/busy.gif') no-repeat center center;
|
||||||
|
|
Loading…
Reference in a new issue