From 6c8da6b0706e277f4960fbfd2d8cecc54d4fd80d Mon Sep 17 00:00:00 2001 From: n1474335 Date: Thu, 13 Jul 2017 15:11:21 +0000 Subject: [PATCH] Added ellipsis to overflowing args --- src/web/stylesheets/components/_operation.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index 13fb17a1..93bc0ddf 100644 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -59,6 +59,7 @@ background-color: var(--arg-background); border: 1px solid var(--arg-border-colour); font-family: var(--fixed-width-font-family); + text-overflow: ellipsis; } .short-string {