diff --git a/apps/web/src/index.css b/apps/web/src/index.css index 77fd282640..3712d8ea5a 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -11586,7 +11586,7 @@ button.connector-action.is-loading { justify-content: space-between; align-items: center; flex-wrap: wrap; - gap: 8px; + gap: 10px; margin-top: 8px; } .comment-popover-actions > * { @@ -11597,6 +11597,14 @@ button.connector-action.is-loading { Issue #779. */ max-width: 100%; } +.comment-popover-actions-end { + display: inline-flex; + align-items: center; + justify-content: flex-end; + flex-wrap: wrap; + gap: 10px; + min-width: 0; +} .comment-popover-remove { color: var(--red); background: transparent;