FIX: attempts to compensate for first line spacing with pre-line (#15566)
This commit is contained in:
parent
29bdcf2f7f
commit
e3174e70c6
|
@ -615,6 +615,8 @@ aside.onebox.twitterstatus .onebox-body {
|
||||||
|
|
||||||
.tweet {
|
.tweet {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
top: calc(-1 * var(--font-0) * var(--line-height-large));
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
|
Loading…
Reference in New Issue