fix overflow api card

This commit is contained in:
ecwu
2024-07-17 11:34:39 +08:00
parent c2c17e5956
commit 9d0f93ecf6
2 changed files with 89 additions and 101 deletions

View File

@@ -17,7 +17,7 @@ export function SetAPIsTemplate({
}: Props) {
return (
<button
className="btn btn-primary btn-sm"
className="btn btn-primary btn-sm mt-3"
onClick={() => {
const name = prompt(`Give this **${label}** template a name:`);
if (!name) {