From 25e8bbed318a4ffa1637f3b0cf5f68e43dbd8f21 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 12 May 2020 20:51:33 +0200 Subject: [PATCH] Styling for popover links. --- assets/css/general.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index d5e0e39a..f22a6cb8 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -403,3 +403,7 @@ body .popover-content strong { body .popover-content button { margin-right: 10px; } + +body .popover-content a { + margin-right: 5px; +}