Update NoLoginView styles: Change action panel alignment from space-between to flex-start for improved layout consistency and responsiveness.
This commit is contained in:
@@ -211,7 +211,7 @@ export default {
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
gap: 1rem;
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user