mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Fix title getting cut off in sticky header.
- Add padding to title class selector. Bug: T289814 Change-Id: Iab167414d10ce256be8e966f115ae164c1bd3331
This commit is contained in:
parent
68aa856916
commit
741d59df06
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue