From 3b98c713964aeea68cc6c6696f59dc7965c996f0 Mon Sep 17 00:00:00 2001 From: pluja Date: Wed, 26 Aug 2020 19:13:18 +0200 Subject: [PATCH] UI fixes --- app/static/styles.css | 4 ++++ app/templates/base.html | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index c5010ec..5e82e1b 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -21,4 +21,8 @@ .break-word{ word-break: break-word; +} + +.overflow-auto{ + overflow: auto; } \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index 8ab3a56..f418c2a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -12,7 +12,7 @@ -