Skip to content
Snippets Groups Projects
Commit 6e9c2a58 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

dont wrap button text

parent 82e3d0a4
No related branches found
No related tags found
No related merge requests found
Pipeline #17127 passed
......@@ -32,7 +32,7 @@
{% if user.is_authenticated %}
<button
id="set-rsvp"
class="font-alt text-lg bg-black text-white px-5 py-2 duration-100 hover:bg-white hover:text-black"
class="font-alt text-lg bg-black text-white px-5 py-2 duration-100 whitespace-nowrap hover:bg-white hover:text-black"
data-url="{% url "lectures:rsvp_lecture" lecture.id %}"
>
{% if not user|is_registered:lecture %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment