ProfileInfoPanel: fix date padding when there's no bio

This commit is contained in:
Alex Gleason 2021-11-01 21:33:18 -05:00
parent dd54128f3c
commit 4947b411fe
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -28,6 +28,7 @@
color: var(--primary-text-color--faint);
align-items: center;
line-height: normal;
margin-top: 15px;
.svg-icon {
width: 22px;
@ -84,7 +85,7 @@
display: block;
flex: 1 1;
color: var(--primary-text-color);
margin: 15px 0;
margin-top: 15px;
font-size: 15px;
line-height: 1.25;
overflow: hidden;