Commit b0ba974 1 parent 4f99680 commit b0ba974 Copy full SHA for b0ba974
File tree 1 file changed +3
-3
lines changed
packages/dnb-design-system-portal/src/shared/parts
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const components = {
11
11
}
12
12
13
13
const StyledTable = styled ( Table ) `
14
- td {
14
+ td:not(.description) {
15
15
white-space: nowrap;
16
16
}
17
17
`
@@ -153,7 +153,7 @@ export default function PropertiesTable({
153
153
) }
154
154
</ Td >
155
155
) }
156
- < Td >
156
+ < Td className = "description" >
157
157
{ ( ! showDefaultValue || status === 'deprecated' ) && (
158
158
< em > ({ status } ) </ em >
159
159
) }
@@ -173,7 +173,7 @@ export default function PropertiesTable({
173
173
< Th > Property</ Th >
174
174
< Th > Type</ Th >
175
175
{ showDefaultValue && < Th > Default value</ Th > }
176
- < Th > Description</ Th >
176
+ < Th className = "description" > Description</ Th >
177
177
</ Tr >
178
178
</ thead >
179
179
< tbody > { tableRows } </ tbody >
You can’t perform that action at this time.
0 commit comments