Merged in fix/switch-button-order-mobile-edit-profile (pull request #3448)
fix: Switch button order on mobile * Switch button order on mobile Approved-by: Matilda Landström
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
.btnContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column-reverse;
|
||||
gap: var(--Space-x1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user