Merge pull request #9 from OpenSignLabs/main

sync fork
This commit is contained in:
prafull-opensignlabs
2023-11-01 15:20:34 +05:30
committed by GitHub
3 changed files with 14 additions and 1 deletions
+9
View File
@@ -133,6 +133,15 @@
"contributions": [
"code"
]
},
{
"login": "AndreyCurious",
"name": "Andrey Didenko",
"avatar_url": "https://avatars.githubusercontent.com/u/105622604?v=4",
"profile": "https://github.com/AndreyCurious",
"contributions": [
"code"
]
}
]
}
+3
View File
@@ -123,6 +123,9 @@ We would like to thank all our contributors and users for their support and feed
<td align="center" valign="top" width="14.28%"><a href="https://github.com/arianxq"><img src="https://avatars.githubusercontent.com/u/122199576?v=4?s=100" width="100px;" alt="Aria"/><br /><sub><b>Aria</b></sub></a><br /><a href="#code-arianxq" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SoumyadiptoPal"><img src="https://avatars.githubusercontent.com/u/119007659?v=4?s=100" width="100px;" alt="Soumyadipto Pal"/><br /><sub><b>Soumyadipto Pal</b></sub></a><br /><a href="#code-SoumyadiptoPal" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AndreyCurious"><img src="https://avatars.githubusercontent.com/u/105622604?v=4?s=100" width="100px;" alt="Andrey Didenko"/><br /><sub><b>Andrey Didenko</b></sub></a><br /><a href="#code-AndreyCurious" title="Code">💻</a></td>
</tr>
</tbody>
</table>
@@ -656,7 +656,8 @@ const MultiSelectField = (props) => {
right: 0,
bottom: 0,
backgroundColor: "rgba(255, 255, 255, 0.75)",
zIndex: 50
zIndex: 50,
maxHeight: 450
}
}}
>