CaZsm
1
This CSS rule collides with an automatically added class “tag-list” on the body element on topics tagged with “list”.
.tag-list {
margin-top: 2em;
padding-bottom: 1em;
border-bottom: 1px solid $primary-low;
}
This adds a 2em margin to the top of the header which looks pretty silly.
This reproduces on try.discourse.org.
This is the SCSS file responsible:
https://github.com/discourse/discourse/blob/master/app/assets/stylesheets/common/base/tagging.scss#L7
5 curtidas
j.jaffeux
(Joffrey Jaffeux)
4
8 curtidas
j.jaffeux
(Joffrey Jaffeux)
Fechado
6
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.