From 5dc1694e589a11f5d6066c4aead9ffb02df4210e Mon Sep 17 00:00:00 2001 From: Denys2002Holub Date: Mon, 22 May 2023 12:30:45 +0200 Subject: [PATCH] button's size leap prevented --- src/webui/src/layout/AppBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/src/layout/AppBar.tsx b/src/webui/src/layout/AppBar.tsx index a895be46d..286815562 100644 --- a/src/webui/src/layout/AppBar.tsx +++ b/src/webui/src/layout/AppBar.tsx @@ -14,7 +14,7 @@ export const AppBar = () => { to={item.link} > {({ isActive }) => ( - + )} ));