.batteryEntry {
    height: 50px;
    word-break: break-word;
}

.batteryEntryBattery {
    height: 50px; /* Ensure this height is appropriate for your layout */
}

.svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


