LinkStack/littlelink
Julian Prieber 8fdc1a7f74 Fixed spacing on custom links added by text editor
Fixed word spacing bug in texts added by the new page editor. This bug caused inserted links to have extended spacing between words.

This 'bug' was a previous feature added to display links further apart for easier readability. The feature didn't scale well with the newly added page editor which allowed users to add their own links to edited texts, causing the bug.

The extended spacing was achieved with the 'padding' CSS tag. I simply removed the tag from all an HTML tags and made it into its own class, 'spacing'. I added the class to every element on the site that previously depended on this tag.
2022-03-29 16:27:50 +02:00
..
css Fixed spacing on custom links added by text editor 2022-03-29 16:27:50 +02:00
icons Added new buttons 2022-03-17 21:19:30 +01:00
images Revert "Revert "Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom"" 2022-02-20 15:24:27 +01:00
js Added js.cookie.min.js 2022-02-18 09:20:57 +01:00