Skip to content

Commit

Permalink
Some brews were relying on the smaller font-size for column wrap, mak…
Browse files Browse the repository at this point in the history
…e all <li> within <bq> smaller (including if inside <p>).

Some brews might now have extra space (vs some brews now overflowing the space they had before)
naturalcrit#1085 (comment)
  • Loading branch information
ericscheid committed Nov 27, 2020
1 parent 5a17697 commit 26a9c5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/homebrew/phbStyle/phb.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,14 @@ body {
border-image : @noteBorderImage 11;
border-image-outset : 9px 0px;
box-shadow : 1px 4px 14px #888;
p, li{
p{
font-size : 0.352cm;
line-height : 1.1em;
}
li, li p{
font-size : 0.317cm;
line-height : 1.1em;
}
}
//If a note starts a column, give it space at the top to render border
pre+blockquote, h2+blockquote, h3+blockquote, h4+blockquote, h5+blockquote {
Expand Down

0 comments on commit 26a9c5c

Please sign in to comment.