Skip to content

Commit

Permalink
display event create button on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Sep 20, 2024
1 parent d16806d commit d07a416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n %}
<div class="dropdown m-1 ms-0">
<button class="btn btn-primary btn-sm dropdown-toggle d-none d-md-inline-block" type="button"
<button class="btn btn-primary btn-sm dropdown-toggle d-inline-block" type="button"
id="eventCreateButton"
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="fa fa-plus"></span>
Expand Down

0 comments on commit d07a416

Please sign in to comment.