From 8a76991bd9c1b905401d8cb7dbd1fdf250eeeb4b Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 30 Aug 2023 08:20:28 -0700 Subject: [PATCH] [web] Fix unaligned notification in dashboard redesign variant (#14557) GitOrigin-RevId: 02ccd0cdb6e9ab23f2914e6f8045da774b0a35e9 --- services/web/frontend/stylesheets/app/project-list-react.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index 6e97f087c0..65699de09f 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -79,8 +79,6 @@ width: 100%; .welcome-new-wrapper { - max-width: 1080px; - .welcome-title { font-size: 32px; }