From caf2c69e9d94ae4e549b2b9c47ef972d810305de Mon Sep 17 00:00:00 2001 From: Mathieu Lu Date: Fri, 22 Dec 2023 15:41:12 -0500 Subject: [PATCH] civicrm.css: replace button float:left by inline-block --- css/civicrm.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 906d7aafec..7819ca44ac 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1863,9 +1863,11 @@ input.crm-form-entityref { .crm-container .crm-submit-buttons, .crm-container .action-link { - height: 27px; margin: 4px 0 4px 2px; } +.crm-container .action-link { + height: 27px; +} .crm-container .register_link-top { float: right; @@ -1902,8 +1904,7 @@ input.crm-form-entityref { text-decoration: none; cursor: pointer; border: 1px solid #3e3e3e; - display: block; - float: left; + display: inline-block; overflow: hidden; line-height: 135%; border-radius: 3px; -- 2.25.1