1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Fix send message button css

This commit is contained in:
Nuary Pradipta 2022-10-04 17:24:07 +07:00
parent 27e3c7d2eb
commit a861630307

View File

@ -55,6 +55,6 @@
.buttonWrap {
display: flex;
justify-content: end;
justify-content: flex-end;
padding: calc(var(--spacer) / 4) 0;
}