X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fprimeng-custom.scss;h=0023b2d69a17a2f76f4e71fbb448bde835372117;hb=c5e01c683b3dfac1463d31509cd2788bff6dad16;hp=ed32a7b38e8be75752aec9e8b602055c8f460916;hpb=939917705fa3fa93ab7036b5e7e9aaf5f1d0023e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index ed32a7b38..0023b2d69 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -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 {