Skip to content

Conversation

@michaelchadwick
Copy link
Contributor

@michaelchadwick michaelchadwick commented Nov 14, 2025

@netlify
Copy link

netlify bot commented Nov 14, 2025

Deploy Preview for ilios-frontend ready!

Name Link
🔨 Latest commit dcdb7a6
🔍 Latest deploy log https://app.netlify.com/projects/ilios-frontend/deploys/693b48950fdf800008bd7589
😎 Deploy Preview https://deploy-preview-8951--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.

@michaelchadwick michaelchadwick added the run ui tests Run the expensive UI tests label Nov 14, 2025
@michaelchadwick michaelchadwick force-pushed the 6655-replace-text-align-bottom-sass-mixin branch 2 times, most recently from 828d4e3 to 2d558ef Compare November 14, 2025 21:38
@michaelchadwick
Copy link
Contributor Author

Changing it from a mixin to a class has a problem: the line-height of the new class always gets overridden by the .title styling, which has its own mixin that was using the text-align-bottom mixin.

Possible fixes:

  • add needed line-height attribute to each instance
  • remove new text-align-bottom class entirely and add its attributes in totality to each instance
  • add an accursed !important to the line-height in the shared text-align-bottom class

@michaelchadwick michaelchadwick force-pushed the 6655-replace-text-align-bottom-sass-mixin branch from 2d558ef to 3f8eb49 Compare November 17, 2025 22:25
@michaelchadwick
Copy link
Contributor Author

Chosen path forward: add needed line-height attribute to each instance where used, and remove that attribute from new class.

@michaelchadwick michaelchadwick force-pushed the 6655-replace-text-align-bottom-sass-mixin branch from 3f8eb49 to 208db59 Compare November 19, 2025 18:02
@michaelchadwick michaelchadwick marked this pull request as ready for review November 19, 2025 18:07
@michaelchadwick michaelchadwick marked this pull request as draft November 19, 2025 19:20
@michaelchadwick
Copy link
Contributor Author

After much discussion, figured out that this is too specific to be changed without changing higher-order mixins first, so...it's on hold.

@michaelchadwick michaelchadwick force-pushed the 6655-replace-text-align-bottom-sass-mixin branch from 208db59 to dcdb7a6 Compare December 11, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DO NOT MERGE run ui tests Run the expensive UI tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

text-align-bottom()

1 participant