fix: remove margin-bottom for loading animation (#7191)
* fix: remove margin-bottom for loading animation * fix: just need to remove the margin-bottom of the last block
This commit is contained in:
@@ -136,6 +136,10 @@ ul {
|
||||
display: flow-root;
|
||||
}
|
||||
|
||||
.block-wrapper:last-child > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.message-content-container > *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user