]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Translated using Weblate (Galician)
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index ed32a7b38e8be75752aec9e8b602055c8f460916..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,6 +926,7 @@ p-toast {
     .notification-block {
       display: flex;
       align-items: center;
+      width: 100%;
       padding: 10px 20px;
 
       .message {