diff --git a/static/css/directives/ui/service-keys-manager.css b/static/css/directives/ui/service-keys-manager.css index 508fc2ef5..8c1410db9 100644 --- a/static/css/directives/ui/service-keys-manager.css +++ b/static/css/directives/ui/service-keys-manager.css @@ -86,4 +86,13 @@ font-family: Menlo,Monaco,Consolas,"Courier New",monospace; background: white; min-height: 500px; +} + +.service-keys-manager-element .max-text { + display: inline-block; + max-width: 400px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: middle; } \ No newline at end of file diff --git a/static/directives/service-keys-manager.html b/static/directives/service-keys-manager.html index 2cb957b40..4815725ff 100644 --- a/static/directives/service-keys-manager.html +++ b/static/directives/service-keys-manager.html @@ -54,10 +54,12 @@ - - (Unnamed) + + + (Unnamed) + - +