diff --git a/web/styles/inbox.css b/web/styles/inbox.css index 6cf0344a11..8d40ec9068 100644 --- a/web/styles/inbox.css +++ b/web/styles/inbox.css @@ -2,7 +2,8 @@ display: flex; flex-direction: column; background: var(--color-background-inbox); - font-size: 15px; + /* Ensure inbox font-size is at least 15px. */ + font-size: max(15px, var(--base-font-size-px)); padding: 0; min-height: 100vh; @@ -116,7 +117,6 @@ height: var(--height-inbox-search); padding-right: 28px; padding-left: 30px; - font-size: 14px; font-style: normal; font-weight: 400; line-height: 17px;