diff --git a/src/popup/style.css b/src/popup/style.css index a6b475db63..9b06afd1e0 100644 --- a/src/popup/style.css +++ b/src/popup/style.css @@ -109,6 +109,13 @@ footer { } } +.script-name { + /* expand right-click-to-edit area */ + flex: 1; + align-self: stretch; + align-content: center; +} + .menu-buttons { align-items: center; padding: $padding $padding $padding 0; @@ -134,6 +141,7 @@ footer { &-item { position: relative; display: flex; + flex-wrap: wrap; /* the update notice must go to the next row */ align-items: center; min-height: 2rem; padding-left: $itemPaddingX;