Project

General

Profile

Bug #13640 » popup-menu.patch

Steven Köhler, 03/13/2025 07:56 AM

View differences:

src/themes/bootstrap/5/wt/widgets/_popup-menu.scss
.Wt-chkbox {
margin-right: 6px;
margin-left: 1px;
margin-top: 0;
}
label.checkbox-inline {
......
}
/*
* Dropdown item cursor fix
* Dropdown item cursor and alignment fix
*/
.dropdown-item {
align-items: center;
cursor: pointer;
display: flex;
}
(2-2/2)