mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
Increase toast max-width
This makes it big enough to fit the compiler error message
IndentationError: unindent doesn't match any outer indent level
If we still have problems with overflow we should probably look at
ways to wrap <pre> text instead of making this wider.
This commit is contained in:
@@ -37,6 +37,7 @@ body {
|
||||
|
||||
.#{$ns}-toast {
|
||||
user-select: text;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.#{$ns}-button {
|
||||
|
||||
Reference in New Issue
Block a user