LinkStack/resources/views/layouts
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
..
app.blade.php update app blade 2021-07-06 15:47:28 +07:00
footer.blade.php Fixed spacing on custom links added by text editor 2022-03-29 16:27:50 +02:00
guest.blade.php Fixed dark mode not applying on first visit 2022-03-03 10:49:10 +01:00
sidebar.blade.php Improved responsiveness 2022-03-21 23:29:42 +01:00