From 9278b22efaff664193a7a0a10e27b924861e3f1d Mon Sep 17 00:00:00 2001 From: Caleb Mabry <36182383+caleb-mabry@users.noreply.github.com> Date: Fri, 3 May 2024 15:14:43 -0400 Subject: [PATCH] Fix styling and if undefined is the value for the cell, set it to an empty string to display --- columns/calendarSelect/index.ts | 80 ++++++++++++++++----------------- columns/jsonViewer/index.js | 6 +-- 2 files changed, 43 insertions(+), 43 deletions(-) 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 = `