mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Fix y overflow for pre tags
This commit is contained in:
parent
156394ea81
commit
58e82dbe59
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ pre {
|
|||
border-radius: 3px;
|
||||
color: #839496;
|
||||
margin: 1em 2%;
|
||||
overflow-y: auto;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue