[css] Fix up the server list in the Hetzner cloud console

This commit is contained in:
Sebastian Schulze 2022-07-14 17:07:05 +02:00
parent a153c1ffc0
commit ddefdb5e1d
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}