
/* Element Plus checkbox labels are `white-space: nowrap` by default; let the
   long "remember this device" label wrap instead of overflowing the card. */
.remember-device-row[data-v-c86a1057] .el-checkbox {
    height: auto;
    align-items: flex-start;
    white-space: normal;
}
.remember-device-row[data-v-c86a1057] .el-checkbox__label {
    white-space: normal;
    line-height: 1.4;
}
