fix: Alignment of team name in settings header, closes #3083

This commit is contained in:
Tom Moor
2022-02-09 19:47:57 -08:00
parent a578d3449b
commit 5bc4405b23

View File

@@ -59,6 +59,7 @@ const TeamName = styled.div`
text-decoration: none;
font-size: 16px;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;