Skip to content

Commit

Permalink
post box overflow fixed (tags)
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 1, 2024
1 parent f464ff8 commit a9cec86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions static/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ section,
width: fit-content;
margin: 2rem auto 2rem auto;
}

.tags {
width: 80%;
word-wrap: break-word;
}
2 changes: 1 addition & 1 deletion templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="textCenter">Posts</h1>
</form>
</section>
<div class="info">
<p>Tags: {{post[2]}}</p>
<p class="tags">Tags: {{post[2]}}</p>
<p>Views: {{post[7]}}</p>
</div>
<div class="info">
Expand Down

0 comments on commit a9cec86

Please sign in to comment.