Cell height for multiline values

This commit is contained in:
MichaelDvP
2022-04-25 16:23:48 +02:00
parent cc42ac3584
commit ab17dd5812
2 changed files with 3 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ const DashboardData: FC = () => {
BaseRow: `
font-size: 14px;
color: white;
height: 32px;
min-height: 32px;
`,
HeaderRow: `
text-transform: uppercase;

View File

@@ -62,7 +62,7 @@ const SettingsCustomization: FC = () => {
BaseRow: `
font-size: 14px;
color: white;
height: 32px;
min-height: 32px;
`,
HeaderRow: `
text-transform: uppercase;
@@ -435,7 +435,7 @@ const SettingsCustomization: FC = () => {
NAME
</Button>
</HeaderCell>
<HeaderCell>VALUE</HeaderCell>
<HeaderCell resize>VALUE</HeaderCell>
<HeaderCell />
</HeaderRow>
</Header>