Skip to content
Snippets Groups Projects
Commit 1ec9852d authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'Set maximum width for username' (#378) from OZG-3844-third-round into master

parents 993fa362 e1a797e9
No related branches found
No related tags found
No related merge requests found
......@@ -30,13 +30,6 @@
width: 100%;
}
.headline {
margin: 0 0 0 0.5rem;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 2;
}
ozgcloud-app-icon {
margin: 0 6px 0 2px;
flex-shrink: 0;
......@@ -45,6 +38,14 @@ ozgcloud-app-icon {
.username {
flex-shrink: 1;
min-width: 0;
max-width: 30%;
overflow: hidden;
text-overflow: ellipsis;
}
.headline {
flex-shrink: 2;
margin: 0 0 0 0.5rem;
overflow: hidden;
text-overflow: ellipsis;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment