ITADN

[Bug]: Text Wrapping Issue on Mobile

#89Closedadbsmith 创建于 2026-02-17
bugStale
A
adbsmithcommented
### Short summary 📝 Text from default view does not wrap properly on mobile. ### Detailed description 📋 On mobile, the default view has 2 cards to swipe through, but on mobile it becomes 3. However, the issue is that some of the information on the second card bleeds over into the next card. In the first attached photo, you can notice this with the "Moon highest" time attribute. Firstly, the text "(8 hours ago)" is really crowding the text "Moon highest," and then the text "12:12" is missing the PM that should follow it. If you swipe to the next card, you can see that the "PM" is still there, but the P is lost in the transition between the second and third cards and the M is on the third card all by itself. Additionally, in the second attached photo, you can then see more crowding for the "Next phase" attribute on the third card where "First quarter" text is smooshed right up next to it, and then the actual date bleeds off into a non-existent 4th card. ![Image](https://github.com/user-attachments/assets/8fd78e0d-3ef6-4dd0-9c79-d7552b3d273c) ![Image](https://github.com/user-attachments/assets/a856f016-c3a9-4451-976c-b73f34c297dd) ### Version 📦 v1.12.0 ### Card Configuration ```yaml type: vertical-stack cards: - type: custom:bubble-card card_type: pop-up hash: "#weather" button_type: name sub_button: main: [] bottom: [] slider_fill_orientation: left slider_value_position: right - type: custom:weather-forecast-card show_current: true show_forecast: true default_forecast: daily tap_action: action: more-info entity: weather.frida_s_crib show_condition_effects: true forecast: mode: chart show_sun_times: true default_chart_attribute: temperature_and_precipitation extra_attribute: precipitation_probability use_color_thresholds: true show_attribute_selector: true forecast_action: tap_action: action: toggle-forecast hold_action: action: select-forecast-attribute current: show_attributes: - apparent_temperature - humidity - type: custom:meteoalarm-card entities: - entity: sensor.weatheralerts_washtenaw_miz075_mic161 integration: weatheralerts hide_when_no_warning: true override_headline: true disable_swiper: false - type: conditional conditions: - condition: or conditions: - condition: state entity: weather.frida_s_crib state: exceptional - condition: state entity: weather.frida_s_crib state: hail - condition: state entity: weather.frida_s_crib state: lightning - condition: state entity: weather.frida_s_crib state: lightning-rainy - condition: state entity: weather.frida_s_crib state: pouring - condition: state entity: weather.frida_s_crib state: rainy - condition: state entity: weather.frida_s_crib state: snowy - condition: state entity: weather.frida_s_crib state: snowy-rainy card: type: custom:weather-radar-card data_source: RainViewer-TWC show_zoom: false static_map: false show_marker: true show_scale: false show_range: false extra_labels: false show_recenter: true center_latitude: 42.23028600584869 marker_latitude: 42.23028600584869 center_longitude: -83.56611253066563 marker_longitude: -83.56611253066563 map_style: Dark zoom_level: 9 - type: custom:lunar-phase-card location_source: entity entity: sensor.detroit_lunar_phase_moon_phase latitude: 42.31666666666667 longitude: -83.03333333333333 language: en mile_unit: true 12hr_format: true ``` ### Environment 🌐 iOS Companion App ### Logs and screenshots 📂 _No response_
关闭于 2026-03-03 2 条评论