]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
fixed #26
authorBanana <mail@bananas-playground.net>
Sat, 25 Nov 2023 09:54:49 +0000 (10:54 +0100)
committerBanana <mail@bananas-playground.net>
Sat, 25 Nov 2023 09:54:49 +0000 (10:54 +0100)
webclient/view/98/collections/collections.html
webclient/view/98/dashboard/dashboard.html
webclient/view/98/ui/css/style.css

index 7a52817e1a3444a1f193a152507023f9bfab2c9a..8ae00dc2a51311fd45f898e1763635f7d1ce0acd 100644 (file)
@@ -62,7 +62,7 @@
                <thead>
                <tr>
                        <th width="60px">Image</th>
-                       <th>Title</th>
+                       <th width="300px">Title</th>
                        <th>Description</th>
                        <th width="60px">View</th>
                </tr>
index b99434ed8c5435791c958cc1277a5b7158ab3067..c393ed5dce0451f2fca2a28bf13fd376296044d8 100644 (file)
@@ -29,7 +29,7 @@
                        <thead>
                                <tr>
                                        <th width="60px">Image</th>
-                                       <th>Title</th>
+                                       <th width="300px">Title</th>
                                        <th>Description</th>
                                        <th width="60px">View</th>
                                </tr>
index 71198eee27e1daf3d4747feb6490107d39686581..46abdc7c70b41071f4bd878c426bbc37706a0d68 100644 (file)
@@ -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;