diff --git a/public/styles.css b/public/styles.css index a3a4a0d..335f3f1 100644 --- a/public/styles.css +++ b/public/styles.css @@ -569,7 +569,7 @@ footer .font-body2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - margin-bottom: -5px; + margin-bottom: -4px; cursor: text; } diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css index 92e8841..552512d 100644 --- a/public_included_ws_fallback/styles.css +++ b/public_included_ws_fallback/styles.css @@ -595,7 +595,7 @@ footer .font-body2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - margin-bottom: -5px; + margin-bottom: -4px; cursor: text; }