File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/ui-components/src/styles Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import type { Vulnerability } from '#site/types/vulnerabilities';
88const VulnerabilitiesTable : FC < {
99 vulnerabilities : Array < Vulnerability > ;
1010 maxWidth ?: string ;
11- } > = ( { vulnerabilities, maxWidth = 'max-w-2xs' } ) => {
11+ } > = ( { vulnerabilities, maxWidth = 'md: max-w-2xs' } ) => {
1212 const t = useTranslations ( ) ;
1313
1414 if ( ! vulnerabilities . length ) {
Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ main {
137137 /* Common border and text styles */
138138 th ,
139139 td {
140- @apply border
140+ @apply break-words
141+ border
141142 border-r-0
142143 border-t-0
143144 border-neutral-200
@@ -203,7 +204,6 @@ main {
203204 td {
204205 @apply relative
205206 block
206- break-words
207207 border-0
208208 border-b
209209 px-0
You can’t perform that action at this time.
0 commit comments