Fix. Title bar now displays on one line if window is wide enough

This commit is contained in:
eoghan.conlon 2023-08-08 16:29:53 +01:00
parent 08e689be2b
commit 9b441d0f30

View file

@ -5,7 +5,7 @@ body{
} }
/* Title bar */ /* Title bar */
#title { #title {
display: inline-block; display: inline-flex;
background-color: white; background-color: white;
height: auto; height: auto;
} }