anshuksi282-ksolves opened a new pull request, #56570:
URL: https://github.com/apache/airflow/pull/56570

   ## Fix mis-aligned padding for Graph View options buttons
   
   **Issue** #56076
   
   **Description:**  
   This PR fixes the mis-aligned padding for the Graph View options buttons in 
the Airflow Web UI (3.1.0rc2).  
   
   **Background:**  
   The buttons on the upper-right (and slightly on the upper-left) of the Graph 
View were overlapping with the splitter due to inconsistent padding. 
   Although this issue was previously assigned to another contributor 
@alisha-malik, no PR has been submitted in the past 2 weeks. I started working 
on it now to resolve the open UI bug.  
   
   **What this PR does:**  
   - Corrects the padding for Graph View option buttons to ensure consistent 
alignment on all sides.  
   - Prevents the buttons from overlapping with the splitter in both left and 
right positions.  
   
   **Notes:**  
   - Minor UI fix; does not affect core functionality.  
   - Before
   <img width="1084" height="140" alt="Screenshot from 2025-10-12 18-27-14" 
src="https://github.com/user-attachments/assets/f0c31a00-d6c4-4e03-a20f-0256f5d54950";
 />
   
   - After
   <img width="978" height="140" alt="Screenshot from 2025-10-12 19-03-18" 
src="https://github.com/user-attachments/assets/150d7d47-06f9-4595-9bad-f4df71f389ca";
 />
   <img width="1084" height="140" alt="Screenshot from 2025-10-12 19-03-00" 
src="https://github.com/user-attachments/assets/acff7035-ebc0-49c3-bdd0-ad7b641eac40";
 />
   
   
   
   
   <!-- Please keep an empty line above the dashes. -->
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a 
newsfragment file, named `{pr_number}.significant.rst` or 
`{issue_number}.significant.rst`, in 
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
   


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