Skip to content

Commit 058cfc4

Browse files
committed
Document --toastMinHeight
1 parent 9c75a96 commit 058cfc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ In general, use CSS variables - the following (self-explanatory) vars are expose
107107

108108
._toastItem {
109109
width: var(--toastWidth, 16rem);
110-
height: var(--toastHeight, 3.5rem);
110+
height: var(--toastHeight, auto);
111+
min-height: var(--toastMinHeight, 3.5rem);
111112
margin: var(--toastMargin, 0 0 0.5rem 0);
112113
background: var(--toastBackground, rgba(66,66,66,0.9));
113114
color: var(--toastColor, #FFF);

0 commit comments

Comments
 (0)