Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed Apr 28, 2024
1 parent 14af8f8 commit 03fd264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/PostNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Post() {
<>
<div class="card mb-3">
<div class="card-body">
<ul class="nav nav-tabs">
<ul class="nav nav-tabs" style={{ marginBottom: "20px" }}>
<li class="nav-item">
<a
class={!preview.value ? "nav-link active" : "nav-link"}
Expand Down

0 comments on commit 03fd264

Please sign in to comment.