Skip to content

Commit 2250c8d

Browse files
committed
update compute server templates style a tiny amount
1 parent 4dae780 commit 2250c8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/packages/frontend/compute/public-templates.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@ export default function PublicTemplates({
349349
textAlign: "center",
350350
marginBottom: "5px",
351351
fontWeight: "normal",
352+
border: "1px solid lightgrey",
353+
borderRadius: "5px",
354+
marginLeft: "15px",
355+
background: "#fffeee",
356+
padding: "10px",
352357
}}
353358
>
354359
{Object.keys(TAGS)

0 commit comments

Comments
 (0)