[Koha-bugs] [Bug 28703] Display problem in 505$a field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 12 09:11:17 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28703

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, it might just need changing the "after" to "before" here:

-    .r {
-        display: inline;
+    .newline::after {
+        content: "\A → ";
+        white-space: pre;
     }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list