diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-26 14:44:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-26 14:44:15 +0200 |
commit | 681276a66e24efb026710acf8950d844e7463b09 (patch) | |
tree | 607e194ed5a70decddb9f37395540ade03824ef5 /client/src | |
parent | ab5b66891b9f323d56e322f6cc71b0c93b9606da (diff) | |
download | PeerTube-681276a66e24efb026710acf8950d844e7463b09.tar.gz PeerTube-681276a66e24efb026710acf8950d844e7463b09.tar.zst PeerTube-681276a66e24efb026710acf8950d844e7463b09.zip |
Fix modal word break
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index e11603e4d..0ab6230c8 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -119,7 +119,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
119 | 119 | ||
120 | .modal-content { | 120 | .modal-content { |
121 | background-color: pvar(--mainBackgroundColor); | 121 | background-color: pvar(--mainBackgroundColor); |
122 | word-break: break-all; | 122 | word-break: break-word; |
123 | } | 123 | } |
124 | 124 | ||
125 | .modal-header { | 125 | .modal-header { |