Fix overflow when instance header title is too long
This commit is contained in:
parent
3ac131cb51
commit
ba519334d1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue