Having trouble consolidating these selectors into one CSS rule. Attempting to adjust the width of specific form fields.
input#input_9_2,
input#input_9_3 {
max-width: 500px;
}
Strange behavior occurs when trying to combine them, as the rule doesn't apply to either of the form fields. However, they work perfectly fine when kept separate as shown above.