javascript - Dragula - how can I modify the width of the mirrored element? -


i'm using dragula , have run issue width , padding not being respected when item being dragged.

see fiddle here.

if add .gu-mirror {color: red;} css, text change red in mirrored element when dragged, if add .gu-mirror {width: 200px;} gets ignored. idea how can change width , padding of .gu-mirror?

thanks!


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -