Commit graph

5 commits

Author SHA1 Message Date
730bf0eac5 Hide text overflow in trigger
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
2023-07-02 02:20:43 -07:00
f89cdcdddd Center text on triggers on small screen sizes 2023-06-30 22:23:12 -07:00
f17232bc5e Pass down class name to Popover
* Other style changes for raid combobox
* Local keyframe animation
2023-06-30 13:09:17 -07:00
316ca19515 Fix popover triggers
This is mostly a duplicate of SelectTrigger but CSS modules are deeply stupid, so we have to duplicate the code.
2023-06-24 15:35:05 -07:00
4c5fb3c28d Rename all files and fix imports
* Renaming index.scss files to index.module.scss
* Changing `import from` to `import styles from`
2023-06-23 13:19:38 -07:00
Renamed from components/common/Popover/index.scss (Browse further)