From edfaf9e7a35c48fa649bb1c3e43bbdb8d4ee78ce Mon Sep 17 00:00:00 2001 From: Benjamin Becker <benjamin.becker@dataport.de> Date: Wed, 21 Jul 2021 12:21:22 +0000 Subject: [PATCH] fixes css for preview image link in chrome --- ckanext/odsh/public/odsh.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index 6d223b15..d057098f 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -256,7 +256,6 @@ section#dataset-preview p { .container-preview-large a { margin-left: auto; - margin-right: auto; } .container-preview-large img { -- GitLab