bito-code-review[bot] commented on PR #42266:
URL: https://github.com/apache/superset/pull/42266#issuecomment-5031779128

   <!-- Bito Reply -->
   The flagged issue is correct. The CSS property `text-align: start` aligns 
text to the right edge in Right-to-Left (RTL) contexts, making the comment 
"left edge" misleading. You should update the comment to refer to "inline 
start" to accurately reflect the behavior.
   
   Here is the corrected code snippet:
   
   ```typescript
     /* Input / InputNumber filter value controls resolve text-align by */
     /* inheritance, so pin them to the inline start to keep the caret and 
typed */
     /* text at the inline start. */
     text-align: start;
   ```
   
   I have checked the available PR comments, and there are no other review 
comments to address. Would you like me to perform any other tasks?
   
   **superset-frontend/src/filters/components/common.ts**
   ```
   /* Input / InputNumber filter value controls resolve text-align by */
     /* inheritance, so pin them to the inline start to keep the caret and 
typed */
     /* text at the inline start. */
     text-align: start;
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to