diff --git a/nise-frontend/src/app/app.component.css b/nise-frontend/src/app/app.component.css index e69de29..8164a73 100644 --- a/nise-frontend/src/app/app.component.css +++ b/nise-frontend/src/app/app.component.css @@ -0,0 +1,9 @@ +.user-details { + max-width: 100px; + margin-right: 5px; + white-space: nowrap; + text-overflow: clip ellipsis; + display: inline-block; + overflow: hidden; + vertical-align: bottom; +} diff --git a/nise-frontend/src/app/app.component.html b/nise-frontend/src/app/app.component.html index bbe8bd4..cfb1599 100644 --- a/nise-frontend/src/app/app.component.html +++ b/nise-frontend/src/app/app.component.html @@ -14,9 +14,9 @@
-