mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Limit max width of the pre tag to 100% of the screen width
This commit is contained in:
parent
ffe66b848a
commit
4410a3bb4b
1 changed files with 5 additions and 0 deletions
|
@ -344,6 +344,11 @@
|
|||
background-color: #ef4444;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
pre {
|
||||
max-width: 100;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue