]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix modal word break
authorChocobozzz <me@florianbigard.com>
Mon, 26 Apr 2021 12:44:15 +0000 (14:44 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 26 Apr 2021 12:44:15 +0000 (14:44 +0200)
client/src/sass/bootstrap.scss

index e11603e4df6eead87da44e0cf6b5fce916d94efe..0ab6230c8c75c854079feae1829d1e284dcef9e6 100644 (file)
@@ -119,7 +119,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
 
   .modal-content {
     background-color: pvar(--mainBackgroundColor);
-    word-break: break-all;
+    word-break: break-word;
   }
 
   .modal-header {