mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
fix(git-memo): pre scroll on overflow
This commit is contained in:
parent
cbf0b3d699
commit
4fc303e5e3
2 changed files with 7 additions and 1 deletions
|
@ -235,4 +235,9 @@ const cronValidation = useValidation({
|
|||
opacity: 0.8;
|
||||
margin: 5px 0 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
padding: 10px 0;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue