feat(SW-240): remove width from input class

This commit is contained in:
Fredrik Thorsson
2024-08-15 11:49:34 +02:00
parent 608fe13004
commit 2d45a637e5

View File

@@ -1,8 +1,6 @@
.input {
display: flex;
gap: var(--Spacing-x2);
width: 100%;
max-width: 1250px;
}
.bodyFontSize {