17 lines
256 B
SCSS
17 lines
256 B
SCSS
.tiptap-badge-group {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 0.25rem;
|
|
}
|
|
|
|
.tiptap-badge-group {
|
|
[data-orientation="vertical"] {
|
|
flex-direction: column;
|
|
}
|
|
|
|
[data-orientation="horizontal"] {
|
|
flex-direction: row;
|
|
}
|
|
}
|