mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 02:05:33 +00:00 
			
		
		
		
	Added some wider text min-width, fixed typo in js
This commit is contained in:
		| @@ -140,7 +140,7 @@ const overlappingcollapsebox = function (selector, hoverfunction) { | ||||
|       let nextrect = boxes[i + 1].getBoundingClientRect(); | ||||
|       let overlap = thisrect.bottom - nextrect.top; | ||||
|       if ( | ||||
|         // -1 for caching lines that perfectly close up on each other | ||||
|         // -1 for catching lines that perfectly close up on each other | ||||
|         overlap >= -1 && | ||||
|         !(window.getComputedStyle(element).display === "none") | ||||
|       ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 schnulller
					schnulller