Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Fixing tag comment display. #54

Merged
merged 4 commits into from
Dec 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/default/assets/css/elements/_comment.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dl.tsd-comment-tags
overflow: hidden

dt
clear: both
float: left
padding: 1px 5px
margin: 0 10px 0 0
Expand All @@ -26,6 +25,12 @@ dl.tsd-comment-tags
dd
margin: 0 0 10px 0

&:before, &:after
display: table
content: " "
pre, &:after
clear: both

p
margin: 0

Expand Down