diff --git a/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx b/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx index 1d9c39706a..695e0cc9e8 100644 --- a/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx +++ b/libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx @@ -621,32 +621,35 @@ export const CompilerContainer = (props: CompilerContainerProps) => { } - -
-
Ctrl+s for compiling
-
Ctrl+Shift+s for compiling and on the fly execution:
-
choose the script to execute right after compilation by adding the `dev-run-script` natspec tag, as in:
-
-                  
-                  /**
- * @title ContractName
- * @dev ContractDescription
- * @custom:dev-run-script file_path
- */
- contract ContractName {'{}'}
-
-
-
- - }> - -
+
+ + +
+
Ctrl+s for compiling
+
Ctrl+Shift+s for compiling and on the fly execution:
+
choose the script to execute right after compilation by adding the `dev-run-script` natspec tag, as in:
+
+                    
+                    /**
+ * @title ContractName
+ * @dev ContractDescription
+ * @custom:dev-run-script file_path
+ */
+ contract ContractName {'{}'}
+
+
+
+ + }> + +
+
diff --git a/libs/remix-ui/solidity-compiler/src/lib/css/style.css b/libs/remix-ui/solidity-compiler/src/lib/css/style.css index c57de2e609..4410dc72cb 100644 --- a/libs/remix-ui/solidity-compiler/src/lib/css/style.css +++ b/libs/remix-ui/solidity-compiler/src/lib/css/style.css @@ -172,10 +172,8 @@ -webkit-animation: spin 2s infinite linear; } -.remixui_tooltipCode { - text-align: left !important; - width: 400px !important; - background-color: #000 !important; +.remixui_solidityCompileButton { + width: 94%; } @keyframes spin {