Skip to content
Snippets Groups Projects
Unverified Commit 4bceaf8a authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Stop the demo build bar from shrinking on mobile/small sizes (#1353)

parent 185daf47
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ export default function DevelopmentTopBar() {
backgroundColor: colors.y8,
borderBottom: `1px solid ${colors.y6}`,
zIndex: 1,
flexShrink: 0,
},
]}
>
......
---
category: Bugfix
authors: [j-f1]
---
Prevent the “This is a demo build of Actual” bar from shrinking on small screen sizes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment