fix: increase line height for global title (#2465)

This commit is contained in:
Jessica Chowdhury
2023-04-10 20:42:11 +01:00
committed by GitHub
parent 7f2c3d1d0a
commit 19ce0d79ef

View File

@@ -20,6 +20,7 @@
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
line-height: 1.25;
}
margin-bottom: base(1);
@@ -221,4 +222,4 @@
height: auto;
}
}
}
}