Skip to content

Commit

Permalink
Fix priority of css style paragraph (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 31, 2021
1 parent f63134d commit d5f91fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/base/src/main/resources/dokka/styles/style.css
Expand Up @@ -223,15 +223,15 @@ html ::-webkit-scrollbar-thumb {
width: 100%;
}

.brief p.paragraph {
margin-top: 0;
}

.main-content p.paragraph,
.sample-container {
margin-top: 8px;
}

.brief p.paragraph {
margin-top: 0;
}

.divergent-group {
background-color: var(--background-color);
padding: 16px 0 8px 0;
Expand Down

0 comments on commit d5f91fc

Please sign in to comment.