Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

fix: stderr log lines getting squished together #170

Merged
merged 2 commits into from
Aug 6, 2022
Merged

fix: stderr log lines getting squished together #170

merged 2 commits into from
Aug 6, 2022

Conversation

shrihankp
Copy link
Collaborator

Styles for span.log didn't apply when logs from stderr were wrapped inside a <div style="color: red;">. This made the log distorted.

This change would make it so that every log line would be wrapped with span.log-line, and the base styles are applied for this. If the logs are from stderr, an extra class .stderr would be added.

Styles for span.log didn't apply when logs from stderr were wrapped
inside a <div> with the color. This change would make it so that *every*
log line would be wrappee with `span.log-line`, and the base styles are
applied for this. If the logs are from stderr, an extra class `.stderr`
would be added.

Signed-off-by: shrihanDev <shrihankp198725@gmail.com>
Signed-off-by: shrihanDev <shrihankp198725@gmail.com>
@reisxd reisxd merged commit 24ddc4f into reisxd:main Aug 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants