.sensor-live-grid {

    display: flex;

    gap: 20px;

    align-items: stretch;
}

.sensor-live-left {

    width: 50%;
}

.sensor-live-right {

    width: 50%;

    min-height: 100px;
}

#liveChart {

    height: 150px !important;
}
#sensorChart {
    height: 200px !important;
}