Ver Fonte

break words

Riccardo Balbo há 4 anos atrás
pai
commit
bc9b110787
1 ficheiros alterados com 2 adições e 3 exclusões
  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;
         }