diff --git a/scss/_gui.scss b/scss/_gui.scss index be4fefcbf..5757b4565 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -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;