adjust quote so lines merge on multiline
This commit is contained in:
parent
7512fe3126
commit
f78b6dceae
1 changed files with 9 additions and 5 deletions
|
@ -857,18 +857,22 @@ input[type="checkbox"] {
|
||||||
|
|
||||||
.quote {
|
.quote {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: fit-content;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quoteline {
|
.quoteline {
|
||||||
display: inline-block;
|
|
||||||
width: .02in;
|
width: .02in;
|
||||||
height: .15in;
|
height: 100%;
|
||||||
margin-left: .02in;
|
position: absolute;
|
||||||
margin-right: .04in;
|
|
||||||
background-color: var(--quote-bg);
|
background-color: var(--quote-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quote > span {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue