mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
fixup: bring back margin above display name
This commit is contained in:
parent
b475bc9e91
commit
0a2255ce73
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue