Fixed the <sup> tag in the "File name template" label so it doesn't push the next row to the right
This commit is contained in:
@@ -1202,6 +1202,10 @@ label.desc {
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
label.desc sup {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
code.sql {
|
||||
display: block;
|
||||
padding: 0.3em;
|
||||
|
@@ -1153,6 +1153,10 @@ label.desc {
|
||||
float: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
label.desc sup {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
code.sql {
|
||||
display: block;
|
||||
padding: 0.3em;
|
||||
|
Reference in New Issue
Block a user