Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcolloran committed Jan 5, 2024
1 parent dd1c905 commit 705d7e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions web-common/src/components/data-types/Base.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
$: color = dark ? "" : "text-gray-900";
</script>

<span
class=" whitespace-nowrap inline-block {classes} {color}"
style="overflow-wrap: normal"
>
<span class=" whitespace-nowrap inline-block {classes} {color} break-normal">
{#if isNull}
<span style:font-size=".925em" class="opacity-50 italic">no data</span>
{:else}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ export const resetAllContextColumnWidths = (
contextColumnWidths[contextColumn as LeaderboardContextColumn] =
contextColWidthDefaults[contextColumn as LeaderboardContextColumn];
}
console.log(
"resetAllContextColumnWidths",
contextColWidthDefaults,
contextColumnWidths
);
};

/**
Expand Down

0 comments on commit 705d7e8

Please sign in to comment.