diff --git a/columns/calendarSelect/index.ts b/columns/calendarSelect/index.ts index 9188838..b6c126f 100644 --- a/columns/calendarSelect/index.ts +++ b/columns/calendarSelect/index.ts @@ -44,8 +44,8 @@ templateCell_$PLUGIN_ID.innerHTML = ` gap: 8px; justify-content: space-between; height: 100%; - width: calc(100% - 36px); - padding: 0 18px; + max-width: 100%; + padding: 0px 12px; } input { height: 100%; @@ -110,39 +110,39 @@ var templateEditor_$PLUGIN_ID = document.createElement("template"); templateEditor_$PLUGIN_ID.innerHTML = `