]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Translated using Weblate (Polish)
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index a48f797fc6bd3957d23e704f4a0a9d9617a46a3b..0023b2d69a17a2f76f4e71fbb448bde835372117 100644 (file)
@@ -556,6 +556,7 @@ p-table {
 
       td {
         border: none !important;
+        white-space: normal !important;
       }
 
       &:first-child td {
@@ -876,6 +877,7 @@ p-toast {
   .p-toast {
     width: auto;
     max-width: 300px;
+    min-width: 200px;
     z-index: z(notification) !important;
 
     .p-toast-icon-close {
@@ -924,7 +926,8 @@ p-toast {
     .notification-block {
       display: flex;
       align-items: center;
-      padding: 10px;
+      width: 100%;
+      padding: 10px 20px;
 
       .message {
         flex-grow: 1;