Fix reports graphs display on smaller screens

This commit is contained in:
Gabriel Augendre 2022-04-26 23:14:07 +02:00
parent aa8e1fa5b5
commit 36c35abbe8
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
svg {
max-width: 100%;
height: auto;
}

View file

@ -1,7 +1,12 @@
{% extends "common/base.html" %}
{% load static %}
{% load i18n %}
{% load purchase %}
{% block extrahead %}
<link rel="stylesheet" href="{% static "purchase/css/reports.css" %}">
{% endblock %}
{% block content %}
<h1>{% translate "Reports" %}</h1>
<h2>{% translate "General" %}</h2>