mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix md viewer line breaks when copying
-set white-space to normal to remove extra space between lines
This commit is contained in:
@@ -73,6 +73,10 @@ h2 {
|
||||
padding-bottom: 0.2em;
|
||||
margin: 1em 0 0.37em;
|
||||
}
|
||||
|
||||
body p {
|
||||
white-space: normal;
|
||||
}
|
||||
`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user