From 1c9466578e6f85f14e1b44a100b36e54fc75adf9 Mon Sep 17 00:00:00 2001 From: Lionel Laffineur Date: Sun, 24 Sep 2023 13:37:41 +0200 Subject: [PATCH] Fix links going over body --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index 4462e43f..dbcf9473 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -67,7 +67,7 @@ span.separator { margin-left: 5px; margin-right: 5px; } .footer { position: sticky; bottom: 0; margin-right: -20px; border-top: 20px solid rgba(255, 255, 255, .7); border-image: linear-gradient(rgba(255, 255, 255, .2), #fff) 100% 0; } .footer > div { background: #fff; padding: 0 0 .5em; } .footer fieldset { margin-top: 0; } -.links a { white-space: nowrap; } +.links a { display: inline-block; } .logout { margin-top: .5em; position: absolute; top: 0; right: 0; } .loadmore { margin-left: 1ex; } /* .edit used in designs */