Skip to content

Commit

Permalink
fix(Timeline): left content of timeline item cannot be styled correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalsky committed Oct 21, 2024
1 parent f1c17a1 commit f27e646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/timeline/scss/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
}
p {
word-break: break-word;
font-size: $timeline-item-left-body-font-size;
}
}
& > #{$timeline-prefix}-item-timeline {
Expand Down
2 changes: 1 addition & 1 deletion tools/serve/theme.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
// @ts-expect-error next compoennt theme
// @ts-expect-error next component theme
import theme from '__theme';

export default function Theme() {
Expand Down

0 comments on commit f27e646

Please sign in to comment.