GreenInfo-Network / seattle-building-dashboard

Energy benchmarking for Seattle
https://greeninfo-network.github.io/seattle-building-dashboard/
ISC License
1 stars 0 forks source link

Building details card collisions #14

Closed tomay closed 2 years ago

tomay commented 2 years ago

Longer GHG gas readings lead to the following:

image

Card style like this could help?

    position: relative;
    font-size: 16px;
    min-width: 251px;
    width: auto;
    height: 100%;
    border: 2px solid #003DA5;
    border-radius: 10px;
    margin-right: 20px;
    padding: 14px 42px 0px 16px;

image

Needs more testing

Maybe we need to bring the measure below where it can collide with the corner icon?

┆Issue is synchronized with this Asana task

tomay commented 2 years ago

Current approach:

image

Differs somewhat from the design, but this will allow even longer numbers

image

danrademacher commented 2 years ago
danrademacher commented 2 years ago

Looking good: image