From ddefdb5e1d8a611343b093cc8ef76a4440994152 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 14 Jul 2022 17:07:05 +0200 Subject: [PATCH] [css] Fix up the server list in the Hetzner cloud console --- dot_local/share/user-content.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index c3d0bb1..53e2c91 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -191,3 +191,10 @@ body.gl-platform-linux ul.merge-request-tabs li a { padding-left: 1em; padding-right: 1em; } + +/* Fix up the Hetzner Cloud Console */ +hc-app a.editable_edit-link, +hc-app hc-servers a.servers-list__name { + overflow: revert !important; + text-overflow: unset !important; +}