map-icons icon indicating copy to clipboard operation
map-icons copied to clipboard

Missing position absolute in minified js

Open dennisirmscher opened this issue 8 years ago • 3 comments

The minified js is missing position absolute for the div wrapper of the icon (in line 99 of the unminified version).

dennisirmscher avatar Jan 22 '16 12:01 dennisirmscher

icon labels are not placed correctly when i use minified version

rajagopalx avatar Feb 03 '16 16:02 rajagopalx

I get some odd positioning of the labels inside. The main SVG vector paths such as the SQUARE_PIN is positioned well, but all labels inside appear in a straight vertical line.

Checked CSS, apart from box-sizing: border-box, there's no other CSS overriding it at all.

screen shot 2016-08-03 at 4 08 37 pm

jeffkee avatar Aug 03 '16 23:08 jeffkee

I get the same vertical align error with the minified version as well. Even after building

EngineeredTruth avatar Sep 07 '16 18:09 EngineeredTruth