fix: optimize separator + missing css
This commit is contained in:
@@ -83,4 +83,8 @@ export class Row extends AbstractElement {
|
||||
}
|
||||
return elements;
|
||||
}
|
||||
|
||||
public isEmpty(): boolean {
|
||||
return this.elements.length === 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user