From c08c66ec5690fb000179ff6f93b4df4e164c6a5a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 19:06:27 +0200 Subject: Added mobile responsive tables --- templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index bc85947..54b35dd 100755 --- a/templates/base.html +++ b/templates/base.html @@ -148,6 +148,12 @@ a { word-wrap: break-word; } + + /* Responsive tables */ + table { + display: block; + overflow-y: auto; + } } -- cgit v1.2.3