diff --git a/src/core/components/errors.jsx b/src/core/components/errors.jsx index c3d6cf93..459b584a 100644 --- a/src/core/components/errors.jsx +++ b/src/core/components/errors.jsx @@ -73,7 +73,7 @@ const ThrownErrorItem = ( { error, jumpToLine } ) => { { error.get("message") } -
+
{ errorLine && jumpToLine ? Jump to line { errorLine } : null }
diff --git a/src/style/_servers.scss b/src/style/_servers.scss index bf3ae39a..6df9756e 100644 --- a/src/style/_servers.scss +++ b/src/style/_servers.scss @@ -11,6 +11,7 @@ select { min-width: 130px; + max-width: 100%; } }