Fix title getting cut off in sticky header.

- Add padding to title class selector.

Bug: T289814
Change-Id: Iab167414d10ce256be8e966f115ae164c1bd3331
This commit is contained in:
Clare Ming 2021-10-25 20:25:40 -06:00
parent 68aa856916
commit 741d59df06
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
position: relative;
max-width: 500px;
overflow: hidden;
padding-right: 10px;
// T289814 Fade out page titles longer than 500px.
/* Stylelint rule broken for vendor prefixes: https://github.com/stylelint/stylelint/issues/1939 */