diff --git a/webview/src/shared/components/emptyState/styles.module.scss b/webview/src/shared/components/emptyState/styles.module.scss index 0613e16a2b..1deb3a0cfd 100644 --- a/webview/src/shared/components/emptyState/styles.module.scss +++ b/webview/src/shared/components/emptyState/styles.module.scss @@ -7,7 +7,8 @@ .emptySection { width: 100%; - height: 33vh; + min-height: 33vh; + height: auto; } .emptyStateText { diff --git a/webview/src/shared/components/sectionContainer/SectionContainer.tsx b/webview/src/shared/components/sectionContainer/SectionContainer.tsx index 6cb7ef0610..905a6aa93e 100644 --- a/webview/src/shared/components/sectionContainer/SectionContainer.tsx +++ b/webview/src/shared/components/sectionContainer/SectionContainer.tsx @@ -1,6 +1,9 @@ import React, { MouseEvent } from 'react' import { Section as PlotsSection } from 'dvc/src/plots/webview/contract' -import { Section as SetupSection } from 'dvc/src/setup/webview/contract' +import { + STUDIO_URL, + Section as SetupSection +} from 'dvc/src/setup/webview/contract' import styles from './styles.module.scss' import { Icon } from '../Icon' import { ChevronDown, ChevronRight, Info } from '../icons' @@ -70,7 +73,7 @@ export const SectionDescription = { [SetupSection.STUDIO]: ( {"Configure the extension's connection to "} - Studio.
+ Studio.
Studio provides a collaboration platform for Machine Learning and is free for small teams and individual contributors.