enhance recurrence dialog yes/no side-by-side v1.3.1

This commit is contained in:
2026-07-07 09:43:54 -03:00
parent 17ebfcccd9
commit 6726dfa456
2 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,9 @@
var opt = select.options[i];
var label = document.createElement("label");
// Kanboard styles form labels as display:block; force inline so Yes/No sit
// side by side instead of stacked.
label.style.display = "inline-block";
label.style.marginRight = "14px";
label.style.cursor = "pointer";

View File

@@ -76,7 +76,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '1.3.0';
return '1.3.1';
}
public function getPluginHomepage()