Skip to content

Commit

Permalink
Merged branch bugfix/wierdness-with-sections into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Jun 18, 2024
1 parent c58d19e commit 15c9472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/app/components/infra/section-card-new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const StyledCard = styled(Card)<CardProps>(({ theme }) => ({

const SectionTitle = styled(Chip)<ChipProps>(({ theme }) => ({
position: "relative",
maxWidth: "calc(100% - 5rem)",
top: "-0.05rem",
fontSize: "1.5rem",
fontVariant: "small-caps",
Expand Down
1 change: 1 addition & 0 deletions src/webui/app/components/infra/section-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const StyledCard = styled(Card)<CardProps>(({ theme }) => ({

const SectionTitle = styled(Chip)<ChipProps>(({ theme }) => ({
position: "relative",
maxWidth: "calc(100% - 5rem)",
top: "-0.05rem",
fontSize: "1.5rem",
fontVariant: "small-caps",
Expand Down

0 comments on commit 15c9472

Please sign in to comment.