From 7be7bb2b22af6a94235187c002676f8ff2180817 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Wed, 27 Oct 2021 09:06:57 -0500 Subject: [PATCH] Use 'inline-size' instead of 'width' --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index bfaae2d..5f8d7ee 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -1764,7 +1764,7 @@ h3.title { .menu-item td { align-items: center; display: flex; - width: 100%; + inline-size: 100%; } .menu-item.drag-over td {