File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
docs/src/components/examples/react Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export const GroupOfListsOfPokemons: React.FC = () => {
4545 listOfPokemons . map ( ( pokemon , index ) => (
4646 < PokemonComponent
4747 key = { pokemon . name }
48- className = "min-w-44 max-sm:min-w-32"
4948 index = { index }
5049 pokemon = { pokemon }
5150 />
@@ -60,7 +59,6 @@ export const GroupOfListsOfPokemons: React.FC = () => {
6059 listOfPokemons2 . map ( ( pokemon , index ) => (
6160 < PokemonComponent
6261 key = { pokemon . name }
63- className = "min-w-44 max-sm:min-w-32"
6462 index = { index }
6563 pokemon = { pokemon }
6664 />
@@ -75,7 +73,6 @@ export const GroupOfListsOfPokemons: React.FC = () => {
7573 listOfPokemons3 . map ( ( pokemon , index ) => (
7674 < PokemonComponent
7775 key = { pokemon . name }
78- className = "min-w-44 max-sm:min-w-32"
7976 index = { index }
8077 pokemon = { pokemon }
8178 />
You can’t perform that action at this time.
0 commit comments