From 7d3cf49a89e6eb6483b625f1b8362e95b1ff17de Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 25 Nov 2023 10:54:49 +0100 Subject: [PATCH] fixed #26 --- webclient/view/98/collections/collections.html | 2 +- webclient/view/98/dashboard/dashboard.html | 2 +- webclient/view/98/ui/css/style.css | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/webclient/view/98/collections/collections.html b/webclient/view/98/collections/collections.html index 7a52817..8ae00dc 100644 --- a/webclient/view/98/collections/collections.html +++ b/webclient/view/98/collections/collections.html @@ -62,7 +62,7 @@ Image - Title + Title Description View diff --git a/webclient/view/98/dashboard/dashboard.html b/webclient/view/98/dashboard/dashboard.html index b99434e..c393ed5 100644 --- a/webclient/view/98/dashboard/dashboard.html +++ b/webclient/view/98/dashboard/dashboard.html @@ -29,7 +29,7 @@ Image - Title + Title Description View diff --git a/webclient/view/98/ui/css/style.css b/webclient/view/98/ui/css/style.css index 71198ee..46abdc7 100644 --- a/webclient/view/98/ui/css/style.css +++ b/webclient/view/98/ui/css/style.css @@ -46,8 +46,6 @@ h5 { font-family: Arial, serif; } - - .field-row-stacked *+* { margin-top: 0; } @@ -60,6 +58,10 @@ h5 { margin-top: 6px; } +table { + white-space: normal; +} + /** custom */ #navSearchWindow { width: 400px; -- 2.39.5