Skip to content

Conversation

@michaelchadwick
Copy link
Contributor

Fixes ilios/ilios#6623
Refs ilios/ilios#6608

This replaces the text-wrap() SASS mixin with two new files/classes so .text-wrap and .text-ellipses can be used separately.

@netlify
Copy link

netlify bot commented Nov 6, 2025

Deploy Preview for ilios-frontend ready!

Name Link
🔨 Latest commit 66a4fe7
🔍 Latest deploy log https://app.netlify.com/projects/ilios-frontend/deploys/690d409ed08d9c00083c680d
😎 Deploy Preview https://deploy-preview-8935--ilios-frontend.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@stopfstedt stopfstedt added the run ui tests Run the expensive UI tests label Nov 6, 2025
Copy link
Member

@stopfstedt stopfstedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text-ellipses should be removed without replacement. we're not using it anywhere.

$ grep -r 'text-ellipses' packages --exclude-dir=dist --exclude-dir=node_modules
packages/ilios-common/app/styles/ilios-common/mixins/text-wrap.scss:@mixin text-ellipses() {

@stopfstedt stopfstedt force-pushed the 6623-replace-text-wrap-sass-mixin branch from 0a05c77 to c90092b Compare November 6, 2025 22:22
@stopfstedt stopfstedt self-requested a review November 6, 2025 22:24
@stopfstedt stopfstedt dismissed their stale review November 6, 2025 22:24

i fixed any outstanding issues and merge conflicts.

@stopfstedt stopfstedt enabled auto-merge November 6, 2025 22:24
@stopfstedt stopfstedt self-assigned this Nov 6, 2025
@michaelchadwick michaelchadwick force-pushed the 6623-replace-text-wrap-sass-mixin branch from 51648fb to 0a05c77 Compare November 6, 2025 22:50
@stopfstedt stopfstedt force-pushed the 6623-replace-text-wrap-sass-mixin branch from 0a05c77 to b58515b Compare November 6, 2025 23:21
@stopfstedt stopfstedt force-pushed the 6623-replace-text-wrap-sass-mixin branch from b58515b to 66a4fe7 Compare November 7, 2025 00:43
@stopfstedt stopfstedt merged commit dfd27d2 into ilios:master Nov 7, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run ui tests Run the expensive UI tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

replace text-wrap() sass mixin with equivalent class

2 participants