Skip to content

Commit b83ac1d

Browse files
committed
Fix filter tag styling issue
1 parent 48708f4 commit b83ac1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style/base.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@
298298
.jp-codeSnippet-editor-tag {
299299
margin-left: 3px;
300300
margin-right: 3px;
301-
height: 5px;
302301
}
303302

304303
.jp-codeSnippet-editor-tag button {
@@ -502,11 +501,11 @@ mark.jp-codeSnippet-search-bolding {
502501
margin-top: 8px;
503502
}
504503

505-
.jp-codeSnippet-tag,
504+
/* .jp-codeSnippet-tag,
506505
.jp-codeSnippet-inputTag,
507506
.jp-codeSnippet-filter-tag {
508507
height: 5px;
509-
}
508+
} */
510509

511510
/* USER Input Form Style */
512511
.jp-codeSnippet-form {

0 commit comments

Comments
 (0)