Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stekhn committed Jul 18, 2024
1 parent c5219be commit 2e3ad58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/Sidebar/Nav/Nav.styles.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AnimationClassNames, getFocusStyle, Theme } from "@fluentui/react";
import { AnimationClassNames, getFocusStyle, positionCallout, Theme } from "@fluentui/react";

export const getStyles = ({
isSelected,
Expand All @@ -23,7 +23,7 @@ export const getStyles = ({

const navFontSize = fonts.medium.fontSize;
const navTextColor = semanticColors.menuItemText;
const navWidth = 280;
const navWidth = 180;
const navCollapsedWidth = 48;
const shortenedIconWidth = 32;
const navFloatingWidth = 230;
Expand Down
11 changes: 2 additions & 9 deletions src/pages/DataList/DataList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,8 @@ const columns = [
key: "headline",
name: "Headline",
fieldName: "headline",
minWidth: 100,
maxWidth: 200,
},
{
key: "teaser",
name: "Teaser",
fieldName: "teaser",
minWidth: 100,
maxWidth: 200,
minWidth: 200,
maxWidth: 400,
},
{
key: "geosubject_names",
Expand Down

0 comments on commit 2e3ad58

Please sign in to comment.