Skip to content

Commit 4f41d67

Browse files
Fix code cell bottom padding
1 parent 5b5ee26 commit 4f41d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/stylesheets/viewer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138
@media (min-width: 960px){
139139
.notebook-viewer .code-viewer .cm-content {
140-
@apply pb-2 pl-12;
140+
@apply pl-12;
141141
}
142142
.notebook-viewer .code-listing {
143143
width: 48rem !important;

0 commit comments

Comments
 (0)