You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the plugin on my mobile device and i noticed, that some of the text was cut at the right side.
Was playing around a little bit with the CSS and saw the issue at line 16 in the font.css: there you set the container with to 100% making the padding not work anymore (at least on the right side). So to fix this issue just erase this line.
Steps to reproduce:
Set the cookie Text "Diese Website benutzt Cookies. Wenn du die Website weiter nutzt, gehen wir von deinem Einverständnis aus." (default for german)
Go into your favorite browser and hit the debugger. Choose a mobile device or just decrease the viewport-with until the text gets floating.
The text was updated successfully, but these errors were encountered:
I tested the plugin on my mobile device and i noticed, that some of the text was cut at the right side.
Was playing around a little bit with the CSS and saw the issue at line 16 in the font.css: there you set the container with to 100% making the padding not work anymore (at least on the right side). So to fix this issue just erase this line.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: