Skip to content

Commit

Permalink
[OPIK-438]: patch the tailwind class issue;
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 21, 2024
1 parent b904171 commit 680e5c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const CompareExperimentsViewer: React.FunctionComponent<
};

// ALEX
const tailwind1 = `h-[calc(100%-${SCORES_EDITOR_HEIGHT})] overflow-auto`;
const tailwind1 = `h-[calc(100% - ${SCORES_EDITOR_HEIGHT})] overflow-auto`;
const tailwind2 = `pt-4 pb-8 contain-content box-border overflow-auto h-[${SCORES_EDITOR_HEIGHT}]`;

return (
Expand Down

0 comments on commit 680e5c3

Please sign in to comment.