Skip to content

Commit

Permalink
Cell height for multiline values
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Apr 25, 2022
1 parent cc42ac3 commit ab17dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interface/src/project/DashboardData.tsx
Expand Up @@ -166,7 +166,7 @@ const DashboardData: FC = () => {
BaseRow: `
font-size: 14px;
color: white;
height: 32px;
min-height: 32px;
`,
HeaderRow: `
text-transform: uppercase;
Expand Down
4 changes: 2 additions & 2 deletions interface/src/project/SettingsCustomization.tsx
Expand Up @@ -62,7 +62,7 @@ const SettingsCustomization: FC = () => {
BaseRow: `
font-size: 14px;
color: white;
height: 32px;
min-height: 32px;
`,
HeaderRow: `
text-transform: uppercase;
Expand Down Expand Up @@ -435,7 +435,7 @@ const SettingsCustomization: FC = () => {
NAME
</Button>
</HeaderCell>
<HeaderCell>VALUE</HeaderCell>
<HeaderCell resize>VALUE</HeaderCell>
<HeaderCell />
</HeaderRow>
</Header>
Expand Down

0 comments on commit ab17dd5

Please sign in to comment.