django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731
stars
108
forks
source link
Add padding for Knob Widget to avoid text overlap #60
Using the default
dashing-config.js
, for theknob
widget the.detail
text overlaps with the.update-at
text.Here is a screenshot:
Notice the overlap at the bottom of the page. "today 10" overlaps with "Last updated at 14:10".
This patch introduces some padding for the
.detail
element in order to avoid the overlap. Here is the same page after the patch is applied: