diff --git a/web/styles/inbox.css b/web/styles/inbox.css index c79726ccd5..031cf6f95e 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -335,7 +335,11 @@ align-items: center; justify-content: center; border-radius: 3px; - padding: 5px; + padding: 0 5px; + /* Stretch to the row to keep unread + count from affecting overall row + size as test scales up. */ + align-self: stretch; &:focus { outline: 2px solid var(--color-outline-focus);