I suggest you add new classes for gaps #17625
Unanswered
qijyc101
asked this question in
Ideas / Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.q-gap-xs {
gap: 4px;
}
.q-gap-sm {
gap: 8px;
}
.q-gap-md {
gap: 16px;
}
.q-gap-lg {
gap: 24px;
}
.q-gap-xl {
gap: 48px;
}
Beta Was this translation helpful? Give feedback.
All reactions