fix(FN-1089): correct mobile overflow planning badge position

- Add a targeted mobile overflow style override for items with indicators
- Reposition .header-badge using top/left offsets and clear right anchoring
- Prevent badge overlap/clipping in the mobile planning card layout
This commit is contained in:
gsxdsm
2026-04-07 22:03:17 -07:00
parent 5f7f351a8a
commit d187212cba

View File

@@ -520,6 +520,12 @@ body {
position: relative;
}
.mobile-overflow-item--has-indicator .header-badge {
top: 6px;
left: 20px;
right: auto;
}
/* View Toggle */
.view-toggle {
display: flex;