From 44754dbf52ca21ac5b46d593b955884b4ce0ec35 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Mon, 21 Oct 2024 23:20:32 -0400 Subject: [PATCH] Remove CSS attribute that did nothing and now breaks layout (#4011) See https://crbug.com/374115881 --- standalone/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/standalone/index.html b/standalone/index.html index 5c1daa89fcf8..5c21c1033744 100644 --- a/standalone/index.html +++ b/standalone/index.html @@ -183,7 +183,6 @@ /* tree nodes */ .nodeheader { - display: flex; width: 100%; padding: 0px 2px 0px 1px; }