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 {
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.quoteline {
|
||||
display: inline-block;
|
||||
width: .02in;
|
||||
height: .15in;
|
||||
margin-left: .02in;
|
||||
margin-right: .04in;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
background-color: var(--quote-bg);
|
||||
}
|
||||
|
||||
.quote > span {
|
||||
margin-left: 0.5em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
span {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue