hide user name in user dropdown on mobile (#2512)
* hide user name in user dropdown on mobile * truncate title in header * prettify code * Add line height to prevent cutting of lower length letters
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 90%;
|
||||
width: 70vw;
|
||||
overflow: hidden;
|
||||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user