소스 검색

display ressources

ouidade 3 달 전
부모
커밋
80b420841a
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      user/themes/epau-antimatter/css-compiled/template.css
  2. 2 1
      user/themes/epau-antimatter/scss/template/_custom.scss

+ 2 - 0
user/themes/epau-antimatter/css-compiled/template.css

@@ -1045,6 +1045,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
 /*CSS pour afficher/masquer un texte via un bouton*/
 /*Style du module TEXTE*/
 .texte-cache {
+  display: flex;
+  flex-wrap: wrap;
   position: relative;
   max-height: 400px;
   /*Hauteur du texte visible avant le clic*/

+ 2 - 1
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -377,7 +377,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
 
 /*Style du module TEXTE*/
 .texte-cache {
-
+  display: flex;
+  flex-wrap: wrap;
   position: relative;
   max-height: 400px; /*Hauteur du texte visible avant le clic*/
   overflow: hidden; /*On cache tout ce qui dépasse des 400px*/