File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/statementWizard Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const SentimentVerbPicker: React.FC<SentimentVerbPickerProps> = ({
102102 currentCategory ?. children && currentCategory . children . length > 0 ;
103103
104104 return (
105- < div className = 'flex items-center gap-4 px-4 py-2 border-b bg-gray-100 overflow-x-auto' >
105+ < div className = 'flex items-center gap-2 px-4 py-2 border-b bg-gray-100 overflow-x-auto flex-nowrap whitespace-nowrap ' >
106106 { /* CASE 1: No category => show "All" + top-level categories */ }
107107 { isAllSelected && (
108108 < >
@@ -113,7 +113,7 @@ const SentimentVerbPicker: React.FC<SentimentVerbPickerProps> = ({
113113 < Button
114114 key = { cat . id }
115115 variant = 'outline'
116- className = 'flex items-center gap-1 text-sm'
116+ className = 'flex items-center gap-1 text-sm whitespace-nowrap '
117117 style = { {
118118 backgroundColor : cat . color ,
119119 color : getContrastColor ( cat . color ) ,
You can’t perform that action at this time.
0 commit comments