edge case fix
This commit is contained in:
parent
5a3dceb422
commit
d939234aca
@ -50,6 +50,11 @@ main {
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.convo *:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
/* edge case for when a p is alone in a .convo */
|
||||||
|
}
|
||||||
|
|
||||||
.convo-header {
|
.convo-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user