remove restriction on number input's width

このコミットが含まれているのは:
Henry Jameson 2023-05-08 21:11:48 +03:00
コミット 0f81239451
2個のファイルの変更0行の追加8行の削除

ファイルの表示

@ -48,9 +48,5 @@
color: var(--cRed, $fallback--cRed);
color: $fallback--cRed;
}
.number-input {
max-width: 6em;
}
}
}

ファイルの表示

@ -48,9 +48,5 @@
color: var(--cRed, $fallback--cRed);
color: $fallback--cRed;
}
.number-input {
max-width: 6em;
}
}
}