Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

when printing labels, the plant code occupies too much space #146

Closed mfrasca closed 9 years ago

mfrasca commented 9 years ago

when you print labels the css declares the size reserved to a single label:

width: 78mm;
height: 45mm;

the bottom row is occupied by, on the left, the plant code; on the right, the species distribution. plant code goes on one single line, but occupies the whole space above it. the distribution is then limited to the right most area without being able to overflow on the white space left above the plant code.

in most cases all goes well, if the text referring to the distribution fits in the (max) four lines reserved for it b

in other cases the column reserved to the distribution is too narrow and the label overflows the assigned space.

a

this is what I would like to have: c

mfrasca commented 9 years ago

@felipead87, puedes comentar sobre el tema? como son sus etiquetas?

brettatoms commented 9 years ago

This is also why I added the species.label_distribution column b/c these distributions are often too long for the label.

mfrasca commented 9 years ago

if we managed to let the distribution also use the space above the plant code, it might be fine. check http://stackoverflow.com/questions/33058120/

mfrasca commented 9 years ago

f