Explorar el Código

moved text 1px up

Gildas hace 5 años
padre
commit
9691d0260c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      common/ui/content/content-infobar-web.js

+ 2 - 0
common/ui/content/content-infobar-web.js

@@ -115,6 +115,8 @@
 			setProperty(infoElement, "line-height", "22px");
 			setProperty(infoElement, "word-break", "break-word");
 			setProperty(infoElement, "white-space", "pre-wrap");
+			setProperty(infoElement, "position", "relative");
+			setProperty(infoElement, "top", "1px");
 			infoElement.textContent = infoData;
 			const linkElement = createElement("a", infobarElement);
 			setProperty(linkElement, "display", "inline-block");