diff options
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 061d626d8..37e7a4275 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -882,15 +882,17 @@ p-toast { | |||
882 | padding: 10px 20px; | 882 | padding: 10px 20px; |
883 | 883 | ||
884 | .message { | 884 | .message { |
885 | flex-grow: 1; | ||
886 | @include margin-right(20px); | 885 | @include margin-right(20px); |
887 | 886 | ||
887 | flex-grow: 1; | ||
888 | |||
888 | h3 { | 889 | h3 { |
889 | font-size: 21px; | 890 | font-size: 21px; |
890 | } | 891 | } |
891 | 892 | ||
892 | p { | 893 | p { |
893 | font-size: 16px; | 894 | @include peertube-word-wrap; |
895 | |||
894 | margin-bottom: 0; | 896 | margin-bottom: 0; |
895 | } | 897 | } |
896 | } | 898 | } |