Commit 6ddc11b1 by t0ng7u

🤢 fix(ui): UsageLogsTable skeleton dimensions to avoid layout shift

parent 8a720078
...@@ -53,9 +53,9 @@ const LogsActions = ({ ...@@ -53,9 +53,9 @@ const LogsActions = ({
// Skeleton placeholder layout (three tag-size blocks) // Skeleton placeholder layout (three tag-size blocks)
const placeholder = ( const placeholder = (
<Space> <Space>
<Skeleton.Title style={{ width: 108, height: 26, borderRadius: 6 }} /> <Skeleton.Title style={{ width: 108, height: 21, borderRadius: 6 }} />
<Skeleton.Title style={{ width: 65, height: 26, borderRadius: 6 }} /> <Skeleton.Title style={{ width: 65, height: 21, borderRadius: 6 }} />
<Skeleton.Title style={{ width: 64, height: 26, borderRadius: 6 }} /> <Skeleton.Title style={{ width: 64, height: 21, borderRadius: 6 }} />
</Space> </Space>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment