Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
392 stars 71 forks source link

bug(LocationBar): Fix multiline location drag handle #1258

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The drag handle (the square with which you can drag locations around) was not always having the full CSS width as intended, making dragging the location harder. This happened when a location's name was split over multiple lines.

Fixes #1253