ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
955 stars 380 forks source link

Fix ellipsis overflow mixin #11215

Closed nanaya closed 1 month ago

nanaya commented 1 month ago

Create a general mixin and then apply accordingly instead of using the one from utility class which has !important applied to all the styles.

Conveniently lesscss has the directive to mark mixin styles as !important.