[FIX] HELPDESK: Whitespace in ticket card view

This commit is contained in:
Horilla
2024-02-01 14:53:44 +05:30
parent 51e49b4064
commit de45631fd7
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{% load i18n %}
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}" style="padding-bottom: 7px;">
<div class="oh-main__titlebar oh-main__titlebar--left">
<h1 class="oh-main__titlebar-title fw-bold">
{% trans "Tickets" %}

View File

@@ -42,7 +42,7 @@
<!-- start of Quick filters -->
<div class="d-flex flex-row-reverse">
<span
class="m-3 review_ongoing"
class="m-1 review_ongoing"
onclick="$('[name=status]').val('canceled');$('[name=status]').first().change();$('.filterButton').click()"
style="cursor: pointer"
>
@@ -53,7 +53,7 @@
{% trans "Canceled" %}
</span>
<span
class="m-3 confirmed"
class="m-1 confirmed"
onclick="$('[name=status]').val('resolved');$('[name=status]').first().change();$('.filterButton').click()"
style="cursor: pointer"
>
@@ -64,7 +64,7 @@
{% trans "Resolved" %}
</span>
<span
class="m-3 paid"
class="m-1 paid"
onclick="$('[name=status]').val('on_hold');$('[name=status]').first().change();$('.filterButton').click()"
style="cursor: pointer"
>
@@ -75,7 +75,7 @@
{% trans "On Hold" %}
</span>
<span
class="m-3 paid"
class="m-1 paid"
onclick="$('[name=status]').val('in_progress');$('[name=status]').first().change();$('.filterButton').click()"
style="cursor: pointer"
>
@@ -86,7 +86,7 @@
{% trans "In Progress" %}
</span>
<span
class="m-3 confirmed"
class="m-1 confirmed"
onclick="$('[name=status]').val('new');$('[name=status]').first().change();$('.filterButton').click()"
style="cursor: pointer"
>