fixup: bring back margin above display name

This commit is contained in:
Bruno Windels 2019-11-12 17:32:34 +01:00
parent b475bc9e91
commit 0a2255ce73

View file

@ -37,7 +37,7 @@ limitations under the License.
.mx_UserInfo h2 {
font-size: 18px;
font-weight: 600;
margin: 0;
margin: 18px 0 0 0;
}
.mx_UserInfo_container {