Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 53b97e8

Browse files
author
Germain
committed
Scope smaller font size to user info panel
1 parent e6460da commit 53b97e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

res/css/views/right_panel/_BaseCard.pcss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
display: flex;
2626
flex-direction: column;
2727
flex: 1;
28-
font-size: var(--cpd-font-size-body-sm);
28+
font-size: var(--cpd-font-size-body-md);
2929

3030
.mx_BaseCard_header {
3131
--BaseCard_header_button-margin: $spacing-12;
@@ -219,6 +219,10 @@ limitations under the License.
219219
}
220220
}
221221

222+
.mx_UserInfo {
223+
font-size: var(--cpd-font-size-body-md);
224+
}
225+
222226
.mx_ContextualMenu_wrapper.mx_BaseCard_header_title {
223227
.mx_ContextualMenu {
224228
position: initial;

0 commit comments

Comments
 (0)