Skip to content

Commit adf42fb

Browse files
committed
fix: image layout
1 parent 878c305 commit adf42fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Visualize s3 data"
55
authors = [
66
"shenguanlin <shenguanlin@pjlab.org.cn>",
77
]
8-
repository = "https://github.com/OpenDataLab/VisU"
8+
repository = "https://github.com/OpenDataLab/Vis3"
99
readme = "README.md"
1010
license = "Apache 2.0"
1111

web/packages/vis3-kit/src/components/Renderer/Media/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function MediaCard({ type, className, name, value, extraTail, tit
108108
bodyStyle={{
109109
display: 'flex',
110110
justifyContent: 'center',
111-
alignItems: 'center',
111+
alignItems: 'start',
112112
}}
113113
extra={(
114114
<ExtraContainer>

0 commit comments

Comments
 (0)