fix: UI cut off (#36531)

Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
This commit is contained in:
Enzo Martellucci
2025-12-22 15:52:04 +01:00
committed by GitHub
parent 6b25d0663e
commit 32c98d02d3
3 changed files with 13 additions and 1 deletions

View File

@@ -138,6 +138,10 @@ const ExplorePanelContainer = styled.div`
justify-content: space-between;
.horizontal-text {
font-size: ${theme.fontSize}px;
line-height: 1.5;
display: inline-block;
height: auto;
overflow: visible;
}
}
.no-show {