From 094bd03882edf224009f3df955a4633585711b26 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Sat, 11 Feb 2023 12:31:30 +0100 Subject: [PATCH] Fix confirmation dialog button positioning --- styles/h5p-confirmation-dialog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/h5p-confirmation-dialog.css b/styles/h5p-confirmation-dialog.css index e849c23e..c70cc077 100644 --- a/styles/h5p-confirmation-dialog.css +++ b/styles/h5p-confirmation-dialog.css @@ -94,6 +94,7 @@ button.h5p-confirmation-dialog-exit { color: #fff; cursor: pointer; text-decoration: none; + padding: 1px 6px; /* Safari's user agent button style adds way too much padding */ } button.h5p-confirmation-dialog-exit:focus,