Skip to content
Merged
Changes from 2 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
5 changes: 4 additions & 1 deletion css/public-share.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
line-height: 1.45em;
}
p,
pre {
details {
margin-bottom: 17.6px;
}
ul,
Expand Down Expand Up @@ -77,6 +77,9 @@
background-color: rgb(242, 242, 242);
border-radius: 3px;
padding: 0px 2px 2px 2px;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some padding on the left (maybe a bit more in general) would be good I think. Besides that 👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bildschirmfoto 2018-10-16 um 14 36 15

Done

display: block;
white-space: pre;
overflow: auto;
}
}

Expand Down