mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: padding.
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
|
||||
<style>
|
||||
/* Certain errors are in a single line; this makes them multi-line for better readability. */
|
||||
.wrapped-code-block-for-multi-line :global(pre),
|
||||
.wrapped-code-block-for-multi-line :global(code) {
|
||||
white-space: pre-wrap;
|
||||
padding: unset !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user