Template talk:Keyboard: Difference between revisions
Jump to navigation
Jump to search
m (the example loads the template from "front" page... also the problem is still there, the template "devoures" several lines under it in the same amount of his height... to avoid this is needed to add several "<br />") |
mNo edit summary |
||
Line 1: | Line 1: | ||
== Problems == | |||
=== Double margin at top and bottom === | |||
< | This template is doing a <nowiki><pre></nowiki> automatically (with his own margin-top:12px; margin-bottom:12px;)<br> | ||
If we call the template with another <nowiki><pre> or <syntaxhighlight></nowiki> (with his own margin-top:12px; margin-bottom:12px;)... it resuts in a double vertical margin of around 24px<br> | |||
There are a bunch of wiki pages using this template affected by this double-margin problem | |||
Revision as of 13:09, 9 September 2021
Problems
Double margin at top and bottom
This template is doing a <pre> automatically (with his own margin-top:12px; margin-bottom:12px;)
If we call the template with another <pre> or <syntaxhighlight> (with his own margin-top:12px; margin-bottom:12px;)... it resuts in a double vertical margin of around 24px
There are a bunch of wiki pages using this template affected by this double-margin problem