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

15 lines
209 B
CSS
Raw Normal View History

2023-02-15 16:20:58 -05:00
/*
Copyright 2023, 2024 New Vector Ltd.
2023-02-15 16:20:58 -05:00
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
2023-02-15 16:20:58 -05:00
*/
.grid {
contain: layout style;
}
2023-01-29 21:56:07 -05:00
.slot {
contain: strict;
2023-01-29 21:56:07 -05:00
}