Skip to content

Commit

Permalink
added 8px padding bottom to topic div
Browse files Browse the repository at this point in the history
  • Loading branch information
eastmaels committed Oct 28, 2017
1 parent 521218d commit abf4d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Editor/Editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
&__topics {
& > div {
padding-top: 5px !important;
padding-bottom: 5px !important;
height: 42px !important;
padding-bottom: 8px !important;
height: auto !important;
}
}

Expand Down

0 comments on commit abf4d75

Please sign in to comment.