Skip to content

Commit

Permalink
fix(story): Fixing overlap of text on icon
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jul 17, 2022
1 parent c808ef3 commit 35f3ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fibr/templates/story.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
.description-content {
margin-bottom: 0;
margin-top: 0;
max-width: calc(100% - var(--icon-size) - 2rem{{ if .Request.CanEdit }} - var(--icon-size) - 2rem{{ end }});
}

.margin-top {
Expand Down

0 comments on commit 35f3ab9

Please sign in to comment.