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;
|
||||
@@ -1373,4 +1377,4 @@ input#input_import_file {
|
||||
|
||||
.formelementrow {
|
||||
margin: 5px 0px 5px 0px;
|
||||
}
|
||||
}
|
@@ -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