Skip to content

Commit

Permalink
fix: tooltip styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Korniichuk Oleksandr authored and esaminu committed Jan 19, 2022
1 parent 47e0792 commit 88a5cc8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Container = styled.div`
color: #A7A29E;
display: flex;
flex-direction: row;
&:first-of-type > div{
&.name-container {
color: #24272a;
max-width: 165px;
overflow: hidden;
Expand Down Expand Up @@ -169,8 +169,8 @@ export default function ValidatorBox({
{label && <div className='with'><Translate id='staking.validatorBox.with' /></div>}
<UserIcon background={true} />
<div className='left'>
<div className='container'>
<div data-test-id="stakingPageValidatorItemName">
<div>
<div className='name-container' data-test-id="stakingPageValidatorItemName">
{validatorId}
</div>
{isProjectValidator && <Tooltip translate='staking.balanceBox.farm.info' />}
Expand Down

0 comments on commit 88a5cc8

Please sign in to comment.