talpor / django-dashing

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

Closed rvernica closed 8 years ago

rvernica commented 8 years ago

Using the default dashing-config.js, for the knob widget the .detail text overlaps with the .update-at text.

Here is a screenshot: before-knob-overlap 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: after-knob-no-overlap