Skip to content

Commit

Permalink
Fix padding issue on input codemirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Apr 3, 2017
1 parent 76110e1 commit ea7dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -18,7 +18,7 @@
tr:hover .ui.buttons.hover-hidden {display: inherit}
tr td .ui.input {display: none}
.compact.table tbody td:last-child {padding: 0}
.ui.bottom.attached.segment {padding:0 auto}
.ui.bottom.attached.segment {padding:0}
/* codemirror */
.CodeMirror.cm-s-default {border-top: 1px solid #ccc;}
</style>
Expand Down

0 comments on commit ea7dcba

Please sign in to comment.