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: ` BaseRow: `
font-size: 14px; font-size: 14px;
color: white; color: white;
height: 32px; min-height: 32px;
`, `,
HeaderRow: ` HeaderRow: `
text-transform: uppercase; text-transform: uppercase;

View File

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