Fix. Title bar now displays on one line if window is wide enough
This commit is contained in:
parent
08e689be2b
commit
9b441d0f30
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ body{
|
|||
}
|
||||
/* Title bar */
|
||||
#title {
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
background-color: white;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue