fix sizing of toast since bootstrap 4.5.1

This commit is contained in:
zadam 2020-08-14 23:53:37 +02:00
parent 77a3bdce1f
commit 121c819b79

View File

@ -640,6 +640,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
color: var(--main-text-color) !important;
z-index: 9999999999 !important;
pointer-events: all;
flex-basis: 0; /* otherwise toast is always at least 350px tall (happens since 4.5.1, perhaps a bug) */
}
.toast-header {