Fix large debugbutton numbers being cut off

Summary: One more.

Reviewed By: timur-valiev

Differential Revision: D30254356

fbshipit-source-id: 473532b1aeef00d95d1da0ca8f1ca047672bc432
This commit is contained in:
Pascal Hartig
2021-08-12 03:18:34 -07:00
committed by Facebook GitHub Bot
parent 4d295fa261
commit 6544e5a7a3

View File

@@ -122,7 +122,7 @@ export const LeftRail = withTrackingScope(function LeftRail({
const dispatch = useDispatch();
return (
<Layout.Container borderRight padv={12} width={48}>
<Layout.Bottom>
<Layout.Bottom style={{overflow: 'visible'}}>
<Layout.Container center gap={10} padh={6}>
<LeftRailButton
icon={<MobileFilled />}