Skip to content

Commit

Permalink
fix(common): projects list style bug (erda-project#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiahao-hjh authored and laojun committed Dec 3, 2021
1 parent 8d8f5bb commit 59f45b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/app/common/components/table/index.scss
Expand Up @@ -51,7 +51,7 @@
padding: 4px 0;

&.double-row {
padding: 9px 0;
padding: 8px 0;
}

& > div {
Expand Down
2 changes: 1 addition & 1 deletion shell/app/common/components/table/index.tsx
Expand Up @@ -226,7 +226,7 @@ function WrappedTable<T extends object = any>({
<div className="flex flex-col">
<Ellipsis
title={<span className={onRow && subTitle ? 'erda-table-td-title' : ''}>{displayedText}</span>}
className="leading-none"
className="leading-4"
/>
{Object.keys(args).includes('subTitle') && (
<span className="erda-table-td-subTitle truncate">{subTitleText || '-'}</span>
Expand Down

0 comments on commit 59f45b4

Please sign in to comment.