Russ Well-known member Mar 19, 2024 #1 Affected version 2.3 Beta 1 If you use a larger padding in the inputs (Style properties -> Inputs -> Form input) set padding to 10px, it causes the text to be hidden due to the fixed height set in core_input.less (line 52) Code: &:not([size]):not([rows]) { height: 2.4em; }
If you use a larger padding in the inputs (Style properties -> Inputs -> Form input) set padding to 10px, it causes the text to be hidden due to the fixed height set in core_input.less (line 52) Code: &:not([size]):not([rows]) { height: 2.4em; }
Chris D XenForo developer Staff member Mar 20, 2024 #3 This should be fixed now. This fixed height now only applies to date/time input fields.