remove custom css styling

pull/3226/head
Joseph Izang 2 years ago committed by Aniket
parent c43e6307df
commit b9f8241a57
  1. 3
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -947,8 +947,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
>
<div className="d-flex align-items-center justify-content-center">
{ <i ref={compileIcon} className="fas fa-sync remixui_iconbtn ml-2" aria-hidden="true"></i> }
<div className=""
style={{ whiteSpace: 'nowrap', fontSize: 'calc(1em + (0.8vw - 0.5em) * 0.2)', overflow: 'hidden', textOverflow: 'ellipsis' }}
<div className="text-truncate overflow-hidden text-nowrap"
>
<span>
<FormattedMessage id='solidity.compile' />

Loading…
Cancel
Save