Prevent documentation page title to grow too big

This commit is contained in:
Guillaume Gomez 2021-10-18 15:30:03 +02:00
parent 8b7a2dd462
commit 809330bda6

View file

@ -552,6 +552,7 @@ nav.sub {
flex-grow: 1;
margin: 0px;
padding: 0px;
overflow-wrap: anywhere;
}
.in-band > code, .in-band > .code-header {