Skip to content

Commit 3cb2997

Browse files
Fixes the button on responsive table
1 parent cd49fff commit 3cb2997

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Private/Parameters.Configuration.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,9 @@
807807
'padding' = '-3px'
808808
'box-sizing' = 'border-box'
809809
}
810+
'td:first-child' = @{
811+
'white-space' = 'nowrap'
812+
}
810813
#'tr:nth-of-type(odd)' = @{
811814
#'background-color' = '#F6F6F5'
812815
#'background-color' = 'green'

0 commit comments

Comments
 (0)