mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-09 03:04:06 -04:00
fix(git-memo): pre scroll on overflow
This commit is contained in:
parent
cbf0b3d699
commit
4fc303e5e3
@ -235,4 +235,9 @@ const cronValidation = useValidation({
|
||||
opacity: 0.8;
|
||||
margin: 5px 0 15px;
|
||||
}
|
||||
</style>
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
padding: 10px 0;
|
||||
}
|
||||
</style>
|
||||
|
@ -17,5 +17,6 @@ const themeVars = useThemeVars()
|
||||
padding: 15px 22px;
|
||||
background-color: v-bind('themeVars.cardColor');
|
||||
border-radius: 4px;
|
||||
overflow: auto;
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user