info_density: Apply base font-size to message content area.

This commit is contained in:
Karl Stolley
2024-04-25 15:20:01 -05:00
committed by Tim Abbott
parent d9fedd7450
commit e16f22c430

View File

@@ -203,6 +203,7 @@
*/
padding: 5px 0 0;
color: var(--color-text-message-default);
font-size: var(--base-font-size-px);
line-height: var(--base-line-height-unitless);
min-height: 17px;
display: block;