Commit 221715f1 authored by Kushal Pandya's avatar Kushal Pandya Committed by Gabriel Mazetto

Truncate project name when it exceeds header size

parent c8c03b59
...@@ -186,6 +186,9 @@ ...@@ -186,6 +186,9 @@
.header-text-primary { .header-text-primary {
line-height: 28px; line-height: 28px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment