First time here? Check out the FAQ!
1

Firefox 4 Issue with answer's paginator style
 

When there is a paginator block in the answers (i.e. lots of answers requiring multiple pages to display), the layout of the first answer is messed-up.

In both Chrome and IE, the paginator is on a line by itself. In Firefox 4.01, the paginator doesn't use up all the line. It shifts the answer to the right, and the answer overflows in CARight.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Benoit's avatar
875
Benoit
asked 13 years ago

Comments

see more comments

1 Answer

1

Solution is to add a

clear: both;

to the .answer-table css

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Benoit's avatar
875
Benoit
answered 13 years ago
link

Comments

see more comments