Post by JeffroDH » Thu Jul 23, 2015 8:51 am

I'm seeing a bug where a table at

Code: Select all

admin/index.php?route=catalog/option/add
is overflowing out of its container after clicking the "Add Option Value" button.

I've disabled all VQMods, and have no OCMods installed. Is anyone else seeing this behavior?

Active Member

Posts

Joined
Thu Jul 11, 2013 8:29 am

Post by PetjeNL » Fri Jul 24, 2015 9:59 pm

Same problem here, disabled all the vqmod etc but the problem is still there. As you can see on the screenshot it doesn't scale properly.
Any body a tip for a solution? Or with the same problem?

Attachments

Schermafbeelding 2015-07-24 om 15.54.11.png

Schermafbeelding 2015-07-24 om 15.54.11.png (86.5 KiB) Viewed 736 times


https://www.masculum.nl


Newbie

Posts

Joined
Wed Jun 03, 2015 8:53 pm
Location - Netherlands

Post by JeffroDH » Thu Jul 30, 2015 12:31 pm

I've figured out how to keep the table from overflowing, but it doesn't entirely fix the problem with the CSS.

In admin/view/javascript/bootstrap/opencart/opencart.css, I edited this line (around 3538):

Code: Select all

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
Commenting out the width: 1% tag keeps it from overflowing. Interestingly enough, in Chrome's dev tools, when I increase the width at this point in the css file, the width of the table cell decreases. I am not sufficiently skilled in CSS to track this down. I've spent about an hour and have no solutions.

Active Member

Posts

Joined
Thu Jul 11, 2013 8:29 am
Who is online

Users browsing this forum: No registered users and 6 guests