Skip to content

Commit 6fdfeed

Browse files
committed
300
1 parent 7ad7931 commit 6fdfeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/SubScreenAnnouncementsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const SubScreenAnnouncementsView: React.FC<{
8484
value={page.url}
8585
level={"M"}
8686
includeMargin={true}
87-
size={screen?.subscreen_layout === "horizontal" ? 300 : 200}
87+
size={screen?.subscreen_layout === "horizontal" ? 300 : 300}
8888
/>
8989
</Box>
9090
</>

0 commit comments

Comments
 (0)