You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): remove navbar padding breaking ui on mobile (#18402)
## Which issue does this PR close?
NA
## Rationale for this change
I just noticed that an existing css was forcing extra padding in the
navbar, which resulted in breaking the navbar ui in certain small screen
(mobile) devices.
| Old | New (fixed) |
|:---:|:------------:|
| <img width="384" height="120" alt="Screenshot 2025-10-31 at 14-22-44
DataFrame API — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/c4e23471-cfde-4988-b887-13060da9faf1"
/> | <img width="384" height="117" alt="Screenshot 2025-10-31 at
14-23-19 DataFrame API — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/152c7b8d-cf0e-4a62-a616-264398d074a1"
/> |
*notice how the right side navbar element is breaking out of the layout
To replicate this issue (firefox-browser) :
- Open https://datafusion.apache.org/ in "responsive design mode"
(ctrl+shift+m)
- Select "Galaxy S20 Android 11" or "iPhone 12/13 + Pro iOS 14.6" ...etc
device.
## What changes are included in this PR?
Removed an existing css that was responsible for this behavior.
0 commit comments