Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
shyambhongle committed Dec 26, 2024
1 parent 8b9ccf9 commit 1659928
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const InterventionDropdown = ({
<InterventionIcon width={27} color={'#333'} />
<>
{selectedSiteData && (
<div className={styles.labelTextContainer} style={{marginTop:'5px'}}>
<div className={styles.labelTextContainer}>
{isMobile?<label className={styles.sitesLabel}>{truncateString(selectedSiteData?.label, 40)}
</label>:
<p className={styles.siteName}>
<p className={styles.siteName} style={{marginTop:'5px'}}>
{truncateString(selectedSiteData?.label, 40)}
</p>}
</div>
Expand Down

0 comments on commit 1659928

Please sign in to comment.