mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
fix: css to preserve linebreaks in messages
This commit is contained in:
parent
d702788a64
commit
a7c5225498
@ -86,6 +86,11 @@ ul {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
#message {
|
||||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#sidebar-menu {
|
||||
overflow:hidden;
|
||||
border-right: 1px solid #ebebeb;
|
||||
|
Loading…
Reference in New Issue
Block a user