Commit b2c59ab05e6a641aa77db07b2cfd7ff24abb7469

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent bf6363a6

Limiting size of select on lightbox

(ActionItem1495)
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
public/stylesheets/lightbox.css
... ... @@ -57,3 +57,7 @@ Modified : February 1, 2006
57 57 width:100%;
58 58 height:100%;
59 59 }
  60 +
  61 +#lightbox select {
  62 + max-width: 100%;
  63 +}
... ...