Fixes resizable display names CSS bug in Safari and Firefox

Reverts a CSS change made in error in PR #22, which caused display names to show up as resizable in Safari and Firefox
This commit is contained in:
Emma Winston 2019-10-09 14:31:31 +01:00
parent 247d2787fe
commit b7e808aefb
1 changed files with 0 additions and 5 deletions

View File

@ -1674,11 +1674,6 @@ a.account__display-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@media screen and (max-width: 1550px) {
resize: vertical;
}
}
.display-name__html {