fix resend button blink width
This commit is contained in:
@@ -198,9 +198,10 @@
|
||||
min-width: 500px;
|
||||
|
||||
&-button-group {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
display: grid;
|
||||
grid-template-columns: 50% 50%;
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
|
||||
Reference in New Issue
Block a user