Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbchao committed Sep 6, 2022
1 parent 0ebfb88 commit 9e0f987
Show file tree
Hide file tree
Showing 11 changed files with 596 additions and 221 deletions.
33 changes: 0 additions & 33 deletions apps/widget/src/app/InterpretVision.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
} from "@fluentui/react";

export interface IDataCharacteristicsStyles {
dropdown: IStyle;
list: IStyle;
listContainer: IStyle;
tile: IStyle;
Expand All @@ -32,6 +33,9 @@ export const dataCharacteristicsStyles: () => IProcessedStyleSet<IDataCharacteri
() => {
const theme = getTheme();
return mergeStyleSets<IDataCharacteristicsStyles>({
dropdown: {
width: 300
},
errorIndicator: {
border: `2px solid ${theme.semanticColors.errorIcon}`,
boxSizing: "border-box",
Expand Down Expand Up @@ -65,7 +69,6 @@ export const dataCharacteristicsStyles: () => IProcessedStyleSet<IDataCharacteri
width: "100%"
},
labelsContainer: {
overflow: "auto",
width: "100%"
},
list: {
Expand Down
Loading

0 comments on commit 9e0f987

Please sign in to comment.