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"> <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> } { <i ref={compileIcon} className="fas fa-sync remixui_iconbtn ml-2" aria-hidden="true"></i> }
<div className="" <div className="text-truncate overflow-hidden text-nowrap"
style={{ whiteSpace: 'nowrap', fontSize: 'calc(1em + (0.8vw - 0.5em) * 0.2)', overflow: 'hidden', textOverflow: 'ellipsis' }}
> >
<span> <span>
<FormattedMessage id='solidity.compile' /> <FormattedMessage id='solidity.compile' />

Loading…
Cancel
Save