typora-cobalt-theme icon indicating copy to clipboard operation
typora-cobalt-theme copied to clipboard

Width of Headers deviates from text width

Open Democide opened this issue 4 years ago • 0 comments

Add this to the end of the cobalt.css file to fix. Of course you can fix it in the appropriate definition earlier in the file but I'm putting my various fixes and tweaks in one section at the bottom.

#write h1,
#write h2,
#write h3,
#write h4,
#write h5,
#write h6,
#write pre {
    width: inherit;
}

Democide avatar Nov 24 '20 14:11 Democide