navjotmaan commented on code in PR #1349:
URL: https://github.com/apache/airflow-site/pull/1349#discussion_r2649029655


##########
landing-pages/site/assets/scss/_typography.scss:
##########
@@ -107,3 +107,12 @@ $bodytext-styles: (
 .text-break-all {
     word-break: break-all
 }
+
+/* Fix for Announcements Page line-height */
+.td-main.container {
+    p {
+        line-height: 1.7 !important;
+        word-break: break-word;
+        overflow-wrap: anywhere;

Review Comment:
   I included both for extra safety across older browsers, but I agree it's 
redundant. I've updated the code to use only `overflow-wrap: anywhere`, which 
should be sufficient for handling long strings on mobile.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to