Parcourir la source

Fixes #20227: Fix paragraph spacing in rendered Markdown content (#20256)

Jeremy Stretch il y a 6 mois
Parent
commit
545773e221

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 1 - 1
netbox/project-static/styles/custom/_markdown.scss

@@ -30,7 +30,7 @@
 
 
 // Remove the bottom margin of the last <p> elements in markdown
 // Remove the bottom margin of the last <p> elements in markdown
 .rendered-markdown {
 .rendered-markdown {
-  p:last-of-type {
+  p:last-child {
     margin-bottom: 0;
     margin-bottom: 0;
   }
   }
 }
 }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff