mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
App title should not overflow to next line
This commit is contained in:
parent
06201a3679
commit
5a98cb8ac2
1 changed files with 3 additions and 0 deletions
|
|
@ -604,6 +604,9 @@ body {
|
|||
line-height: 20px;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue