mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix overflowing title text
This commit is contained in:
parent
cca3c04d43
commit
263c2eb2c2
@ -630,7 +630,7 @@ body .cryptpad-toolbar {
|
||||
.title {
|
||||
font-size: 25px;
|
||||
vertical-align: middle;
|
||||
line-height: 25px;
|
||||
line-height: 48px; //25px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.pageTitle {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user