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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user