fix word break issue

This commit is contained in:
Arthur Lu
2022-12-19 17:16:04 -08:00
parent ad6e330a74
commit 39c60a654c
2 changed files with 5 additions and 5 deletions

View File

@@ -30,5 +30,5 @@ button {
}
.labels-inputs > div {
width: min-content;
width: max-content;
}