From b061418ed43ce8e718abec3f6aa599e4deeada6e Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 16 Nov 2020 15:04:04 +0100 Subject: [PATCH] double select button center center button by putting the p as display flex and justify content center --- admin/themes/default/theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 2a1ba7d14..09b68f377 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -4866,4 +4866,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; background-color: #ff9b32; color: white; text-decoration: none; -} \ No newline at end of file +} + +.doubleSelect p {display:flex; justify-content: center;} \ No newline at end of file