Scope smaller font size to user info panel (#11178)

This commit is contained in:
Germain 2023-07-04 19:02:39 +01:00 committed by GitHub
parent 2a7780052e
commit 2034cce235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -25,7 +25,7 @@ limitations under the License.
display: flex;
flex-direction: column;
flex: 1;
font-size: var(--cpd-font-size-body-sm);
font-size: var(--cpd-font-size-body-md);
.mx_BaseCard_header {
--BaseCard_header_button-margin: $spacing-12;

View file

@ -19,6 +19,7 @@ limitations under the License.
/* UserInfo has a circular image at the top so it fits between the back & close buttons */
padding-top: 0;
overflow-y: auto;
font-size: var(--cpd-font-size-body-sm);
.mx_UserInfo_cancel {
cursor: pointer;