hide overflow in download URL

This commit is contained in:
Carl Pearson
2024-11-05 05:14:03 -07:00
parent b900507430
commit 1c10db2e42

View File

@@ -13,6 +13,8 @@ input[type="url"] {
width: 100%;
padding: 1rem;
font-size: 1.25rem;
text-overflow: hidden;
box-sizing: border-box;
}
.radio-group {