max-width:100% corrupts map controls
-
Sometimes, there are some max-width:100% applied to imgs, especially using commercial templates. This corrupts all controls in your pronamic map.
To solve, i wrote this (yes you can merge them):
/* =Maps fix -------------------------------------------------------------- */ .pgm img, .pgm input, .pgm button, .pgm textarea { max-width: none; } .pgmm img, .pgmm input, .pgmm button, .pgmm textarea { max-width: none; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘max-width:100% corrupts map controls’ is closed to new replies.