Files
element-call/src/grid/Grid.module.css

15 lines
209 B
CSS

/*
Copyright 2023, 2024 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
.grid {
contain: layout style;
}
.slot {
contain: strict;
}