fix overflowing title text
This commit is contained in:
@@ -630,7 +630,7 @@ body .cryptpad-toolbar {
|
|||||||
.title {
|
.title {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 25px;
|
line-height: 48px; //25px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.pageTitle {
|
.pageTitle {
|
||||||
|
|||||||
Reference in New Issue
Block a user