fixes alignment on Collection Add
This commit is contained in:
@@ -12,7 +12,15 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.controls > *:last-child {
|
||||
margin-left: rem(1);
|
||||
.controls {
|
||||
|
||||
.btn {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
> *:last-child {
|
||||
margin-left: rem(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user