From 60f788fbdeba6bf6881e8599f9542518060ddb94 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 17 May 2024 18:51:25 -0500 Subject: [PATCH] fix dropdown buttons not taking full width --- core/css/buttons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/buttons.css b/core/css/buttons.css index 10d4c87..5c0e63a 100644 --- a/core/css/buttons.css +++ b/core/css/buttons.css @@ -256,8 +256,8 @@ button.formbutton a { *.wdropdown > div.select > button { cursor: pointer; - margin: 4px; text-align: left; + width: 100%; } .wbtngroup { display: inline-block; }