Parcourir la source

Add spacing after metadata header

Steven Silvester il y a 8 ans
Parent
commit
e49d69476a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/notebook/style/index.css

+ 1 - 0
packages/notebook/style/index.css

@@ -214,6 +214,7 @@
 .jp-MetadataEditorTool-header {
   flex: 1 0 auto;
   padding: 10px;
+  padding-bottom: 16px;
 }