소스 검색

break words

Riccardo Balbo 4 년 전
부모
커밋
bc9b110787
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      static/css/style.less

+ 2 - 3
static/css/style.less

@@ -517,7 +517,6 @@ figure.githubUser {
 }
 
 body {
-
     text-align: left;
 
     overflow-x: hidden;
@@ -535,6 +534,8 @@ body {
     flex-direction: column;
     align-items: center;
     font-size: .8706rem;
+    word-wrap:break-word;
+    white-space: normal;
     .textShadowed();
 
     // The main footer
@@ -789,8 +790,6 @@ section {
             width: 100%;
             border-bottom-left-radius: 0;
             border-bottom-right-radius: 0;
-            overflow: hidden;
-            word-wrap: normal;
         }