We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67748b commit 0b15a1cCopy full SHA for 0b15a1c
lasne/src/scss/home/divers.scss
@@ -831,3 +831,10 @@ body #content-core .sectiontext .section-text .body-section mark a {
831
counter-reset: item;
832
list-style-type: none;
833
}
834
+
835
+//PLAUSIBLE
836
+#modal_root .modal__container .truncate {
837
+ white-space: initial;
838
+ overflow: initial;
839
+ text-overflow: initial;
840
+}
lasne/src/scss/home/footer.scss
@@ -173,3 +173,7 @@ footer #body-section-liens-utiles .table_title {
173
#portal-footer-wrapper #portal-footer #smartweb-minisite-footer a:hover {
174
color: $primary-svg;
175
176
177
+footer .contact_informations ul li {
178
+ padding-left: initial !important;
179
0 commit comments