This is an automated email from the ASF dual-hosted git repository.
leonardcs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new d37a776 Fix: uniformise border radius map popup
d37a776 is described below
commit d37a7760b58c62a6f2d7a8b5925409b354cbec79
Author: Leonard <[email protected]>
AuthorDate: Mon Jul 10 16:46:30 2023 +0200
Fix: uniformise border radius map popup
---
src/styles/globals.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 2a6d430..2276d2e 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -2,7 +2,7 @@
max-height: 50vh;
overflow-y: scroll;
pointer-events: all;
- border-radius: 0.5rem;
+ border-radius: 4px;
padding: 0.75rem 0;
}