style: 修复message样式 (#9657)

This commit is contained in:
zedmund 2021-10-11 19:36:53 +08:00 committed by GitHub
parent 9cbac96c32
commit ae07bb1aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,6 +350,10 @@
&::after {
.hairline-bottom(@cell-border-color, @padding-md, @padding-md);
}
&:last-child::after {
display: none;
}
}
&__extra-message {