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

Commit

Permalink
Merge pull request #3 from fromflux/patch-2
Browse files Browse the repository at this point in the history
Restrict asciicast width to content width
  • Loading branch information
dominikschulz authored Dec 19, 2019
2 parents eefbfeb + 005e388 commit e99a671
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/gopass/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
padding: 6px (2*6px);
border-radius: 6px;
}
img[alt="asciicast"] {
width: 100%;
}
}
}
}

0 comments on commit e99a671

Please sign in to comment.