The Show Tag Editor button is improperly aligned
The show tag editor button is not aligned to float to the right above the Reserve Items table.
To fix the "Show Tag Editor" button so it appears on the right side of the page instead of up against the "Save Item Order" button on the left, add the text below to main.css right below the .float-left entry (default row 978)
.float-right {
float: right;
}
v4.7
Bug#3582
0
votes