Created by: vincentcaitech
Aims to resolve issues #33033 (closed) and #33061 (closed)
Select forms seemed to have an issue where the text was being cut off, especially when the text was larger.
A line in scss/forms/_floating-labels.scss that assigned the select forms a fixed height seemed to be causing the problem, so it was removed.
The issue seems to be resolved.