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;
|
opacity: 0.8;
|
||||||
margin: 5px 0 15px;
|
margin: 5px 0 15px;
|
||||||
}
|
}
|
||||||
</style>
|
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
padding: 10px 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@ -17,5 +17,6 @@ const themeVars = useThemeVars()
|
|||||||
padding: 15px 22px;
|
padding: 15px 22px;
|
||||||
background-color: v-bind('themeVars.cardColor');
|
background-color: v-bind('themeVars.cardColor');
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
x
Reference in New Issue
Block a user