Skip to content

Commit

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

Expand Down

0 comments on commit 521218d

Please sign in to comment.