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


##########
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:
   
   Could you clarify whether there was a specific reason for using both of this 
together?



##########
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 {

Review Comment:
   This CSS selector looks quite broad and seems to affect multiple areas such 
as the Blog and Home pages.
   Additionally, since it is defined with `!important`, it becomes difficult to 
override the style in more specific contexts.



-- 
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