virocon-organization / viroconweb

A software to compute environmental contours. Django web-application package.
MIT License
2 stars 1 forks source link

The subscript of the probability density function is not aligned correctly #141

Closed ahaselsteiner closed 6 years ago

ahaselsteiner commented 6 years ago

I'm submitting a ...

Expected behavior

How should it work (with the bug fixed or the feature implemented)? The subscript should be left aligned.

Screenshot

Actual behavior

How does it currently work (with the bug causing problems or without the feature)? The subscript is centered together with the superscript.

Screenshot image

Steps to reproduce the problem (how to see the actual behavior)

  1. Fit a model with a variable symbol "Hs"
  2. View the model
  3. See the wrongly aligned "s"
ahaselsteiner commented 6 years ago

Done, by aligning the div left. It is done like this in the "show model" template as well.

image