fix dropdown buttons not taking full width

This commit is contained in:
Wirlaburla 2024-05-17 18:51:25 -05:00
parent 35ad403e06
commit 60f788fbde

View File

@ -256,8 +256,8 @@ button.formbutton a {
*.wdropdown > div.select > button { *.wdropdown > div.select > button {
cursor: pointer; cursor: pointer;
margin: 4px;
text-align: left; text-align: left;
width: 100%;
} }
.wbtngroup { display: inline-block; } .wbtngroup { display: inline-block; }