Fix overflow when instance header title is too long

This commit is contained in:
Lance Edgar 2024-05-31 18:01:56 -05:00
parent 3ac131cb51
commit ba519334d1

View file

@ -186,6 +186,13 @@
}
% endif
#content-title h1 {
max-width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
## TODO: is this a good idea?
h1.title {
font-size: 2rem;