The Popover trigger (specifically for RaidCombobox) would stretch or break lines when given a long value. This makes it so that the text will always stay on one line and hide its overflow with an ellipsis if necessary
* Other style changes for raid combobox * Local keyframe animation
This is mostly a duplicate of SelectTrigger but CSS modules are deeply stupid, so we have to duplicate the code.
* Renaming index.scss files to index.module.scss * Changing `import from` to `import styles from`