diff --git a/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss b/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss index 447bd32..f0d3ee9 100644 --- a/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss +++ b/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss @@ -200,6 +200,13 @@ gap: 4px; color: rgba(0, 0, 0, 0.80); font-size: 12px; + .stadium-address-text{ + max-width: 70%; + overflow: hidden; + height: 16px; + text-overflow: ellipsis; + white-space: nowrap; + } } .stadium-map-icon{ width: 10px;